Discussion:
[Larceny-users] SRFI-13 Bug in Larceny's SRFI Libs
Ray Racine
2008-07-30 12:47:23 UTC
Permalink
FYI,

Old reported bug bit me in SRFI-13 that still exists in Larceny's copy.
http://srfi.schemers.org/srfi-13/post-mail-archive/msg00003.html

For no really good reason I sorta ported SRFI-13 to (rl3 types strings)
library which is used by SSAX. Any XML attribute with a #\space in it will
die from the bug.

e.g. <mydoc keyword="dee dum">hello</mydoc>

Ray
Felix Klock
2008-07-30 14:00:04 UTC
Permalink
Post by Ray Racine
FYI,
Old reported bug bit me in SRFI-13 that still exists in Larceny's copy.
http://srfi.schemers.org/srfi-13/post-mail-archive/msg00003.html
For no really good reason I sorta ported SRFI-13 to (rl3 types
strings) library which is used by SSAX. Any XML attribute with a #
\space in it will die from the bug.
e.g. <mydoc keyword="dee dum">hello</mydoc>
Ray
Now filed as Ticket #578

https://trac.ccs.neu.edu/trac/larceny/ticket/578

Thank for the bug report!

-Felix

Loading...