Bugs item #1227764, was opened at 2005-06-26 10:33
Message generated for change (Comment added) made by sds
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1227764&group_id=1355
Please 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
Submitted By: Karsten Poeck (kpoeck)
Assigned to: Sam Steingold (sds)
Summary: nregex in slime does not compile with current cvs
Initial Comment:
While trying cvs slime with cvs clisp I noticed a
problem in compiling nregex.lisp. This can be tracked
down to:
[1]> (lisp-implementation-version)
"2.33.83 (2005-03-14) (built on DBTGFX0J.karsten.com
[127.0.0.1])"
[2]>
(defun test ()
(do ()
(nil)
(cond
(t ))))
TEST
[3]> (compile 'test)
*** - SYSTEM::%STRUCTURE-REF: NIL is not a structure of
type SYSTEM::ANODE
The following restarts are available:
ABORT :R1 ABORT
If the (t )))) is replaced with (t t)))) everything
works fine.
Code compiles fine in the released version
After that change slime seems to work fine.
Karsten
----------------------------------------------------------------------
Comment By: Sam Steingold (sds)
Date: 2005-06-26 16:25
Message:
Logged In: YES
user_id=5735
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=1227764&group_id=1355
|