chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

#1825: srfi-88 module is broken somehow


From: Chicken Trac
Subject: #1825: srfi-88 module is broken somehow
Date: Wed, 19 Jul 2023 13:04:38 -0000

#1825: srfi-88 module is broken somehow
--------------------------------+----------------------------
            Reporter:  sjamaan  |       Type:  defect
              Status:  new      |   Priority:  major
           Milestone:  5.4      |  Component:  core libraries
             Version:  5.3.0    |   Keywords:
Estimated difficulty:  medium   |
--------------------------------+----------------------------
 The following program refuses to run or compile:

 {{{#!scm
 (import srfi-88)
 ;(import (chicken keyword)) ;; this works

 (print (string->keyword "foo"))
 }}}

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/1825>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]