[Ecls-list] Problem in SI::DO-READ-SEQUENCE
Goffioul Michael
goffioul at imec.be
Tue May 17 08:18:57 UTC 2005
Is it possible that the logic behind the test around line 1563 (file.d) is wrong?
Shouldn't it test for t_vector instead of t_array?
This produces an error in CLX that uses vectors of (unsigned-byte 8) and reads from
character streams. In that case, a character is read and CODE_CHAR'ed, but the ASET
call fails because it checks for fixnnint, which is obviously false (c is not a fixnum,
but a character).
Michael.
More information about the ecl-devel
mailing list