Opened 9 months ago

Closed 9 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 9 months ago by sjamaan

NOTE: This affects the "edn" egg. Strangely enough, it only seems to affect its test suite... The code itself also uses string->keyword.

comment:2 Changed 9 months ago by sjamaan

Resolution: fixed
Status: newclosed

Should be fixed with 111a5a24

Note: See TracTickets for help on using tickets.