Summary

srfi-88 module is broken somehow

Metadata

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