Bugs item #2022362, was opened at 2008-07-19 15:44
Message generated for change (Comment added) made by sds
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=2022362&group_id=1355Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: clisp
>Group: lisp error
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Kim Minh KAPLAN (kmkaplan)
>Assigned to: Sam Steingold (sds)
Summary: Problem :external-format :dos and (setf stream-element-type)
Initial Comment:
I use ext:with-http-input to download binary data from the web. While upgrading from CLisp 2.41 on Linux things started to go wrong. I tracked the problem down to the following:
(with-open-file (f "/tmp/foo.txt" :external-format :dos
:direction :io :if-exists :supersede)
(write-line "1" f)
(file-position f 0)
(read-line f)
(setf (stream-element-type f) '(unsigned-byte 8))
(assert (null (read-byte f nil))))
Since CLisp 2.42 it does not work anymore.
----------------------------------------------------------------------
Comment By: Sam Steingold (sds)
Date: 2008-07-21 17:00
Message:
Logged In: YES
user_id=5735
Originator: NO
thank you for your bug report.
the bug has been fixed in the CVS tree.
you can either wait for the next release (recommended)
or check out the current CVS tree (see
http://clisp.cons.org)
and build CLISP from the sources (be advised that between
releases the CVS tree is very unstable and may not even build
on your platform).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=2022362&group_id=1355-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
clisp-devel mailing list
clisp-devel@...
https://lists.sourceforge.net/lists/listinfo/clisp-devel