problem in fasl reader with characters

Bug #312861 reported by Andreas Rottmann
2
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-dependencies test.sps && ikarus --r6rs-script test.sps
Serializing "./ik-bug.sls.ikarus-fasl" ...
Unhandled exception:
 Condition components:
   1. &assertion
   2. &who: integer->char
   3. &message: "integer does not have a unicode representation"
   4. &irritants: (108166990413180928)

Related branches

Revision history for this message
Abdulaziz Ghuloum (aghuloum) wrote :

Fixed in 1738. Thanks.

Changed in ikarus:
assignee: nobody → aghuloum
importance: Undecided → Medium
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.