Opened 16 months ago
Closed 16 months ago
#1825 closed defect (fixed)
srfi-88 module is broken somehow
Reported by: | sjamaan | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 5.4 |
Component: | core libraries | Version: | 5.3.0 |
Keywords: | Cc: | ||
Estimated difficulty: | medium |
Description
The following program refuses to run or compile:
(import srfi-88) ;(import (chicken keyword)) ;; this works (print (string->keyword "foo"))
Change History (2)
comment:1 Changed 16 months ago by
comment:2 Changed 16 months ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should be fixed with 111a5a24
Note: See
TracTickets for help on using
tickets.
NOTE: This affects the "edn" egg. Strangely enough, it only seems to affect its test suite... The code itself also uses
string->keyword
.