problem in fasl reader with characters
Bug #312861 reported by
Andreas Rottmann
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ikarus Scheme |
Fix Committed
|
Medium
|
Abdulaziz Ghuloum |
Bug Description
This library yields in an error when compiled and loaded:
;; ik-bug.sls
#!r6rs
(library (ik-bug)
(export whitespace)
(import (rnrs base))
(define whitespace (apply string '(#\x3000))))
;; ik-bug.sls ends here
;; test.sps
(import (ik-bug))
;; test.sps ends here
% rm -f *.ikarus-fasl && ikarus --compile-
Serializing "./ik-bug.
Unhandled exception:
Condition components:
1. &assertion
2. &who: integer->char
3. &message: "integer does not have a unicode representation"
4. &irritants: (10816699041318
Related branches
To post a comment you must log in.
Fixed in 1738. Thanks.