Summary
srfi-88 module is broken somehow
Metadata
- Id: b422e73fda6de75ce6c43ac33edea538c9d02515
- Trac id: 1825
- Type: defect
- Reporter: sjamaan
- Owner:
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty: medium
- Resolution: fixed
- Priority: major
- Milestone: 5.4
- Version: 5.3.0
- Changetime: 2023-07-19 16:00:01 UTC
- Created: 2023-07-19 15:04:38 UTC
- Keywords:
Description
The following program refuses to run or compile:
(import srfi-88) ;(import (chicken keyword)) ;; this works (print (string->keyword "foo"))
Changes and comments
[2023-07-19 15:12:02 UTC] sjamaan wrote:
NOTE: This affects the "edn" egg. Strangely enough, it only seems to affect its test suite... The code itself also uses string->keyword.
[2023-07-19 16:00:01 UTC] sjamaan changed status from new to closed
[2023-07-19 16:00:01 UTC] sjamaan set resolution to fixed
[2023-07-19 16:00:01 UTC] sjamaan wrote:
Should be fixed with 111a5a24