Also, serializing a hash dies when it hits the end (and attempting to deserialize the file segfaults). Here's a minimal example:
#;1> (use s11n) ; loading /usr/lib/chicken/1/s11n.so ... #;2> (serialize (make-hash-table)) Error: (serialize) unable to serialize object - unable to serialize procedure (no table entry found): #<procedure (equal? x75 y76)> Chicken: Version 2.6 - linux-unix-gnu-x86 - [ dload ] martin _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
