A.M.Raportirenko | 21 May 15:05

someting wrong in cmucl cvs sources

May be i'm wrong, but

root <at> sunct1 build-20080507 # lisp
CMU Common Lisp 2008-05-20+ (sunct1) (19E), running on sunct1
With core: /opt/local/lib/cmucl/lib/lisp.core
Dumped on: Wed, 2008-05-21 10:15:56+04:00 on sunct1
Send questions and bug reports to your local CMUCL maintainer, 
or see <http://www.cons.org/cmucl/support.html>.
Loaded subsystems:
    Python 1.1, target Intel x86
    CLOS based on Gerd's PCL 2004/04/14 03:32:47
* (print '\,)

, 
,
* (print '\,b)

,B 
,B
* (print 'b\,b)

|B,B| 
|B,B|
* (lisp::symbol-quotep (symbol-name '\,))

NIL
* (lisp::symbol-quotep (symbol-name '\,a))

NIL
* (lisp::symbol-quotep (symbol-name '\,aa))
(Continue reading)

Raymond Toy (RT/EUS | 21 May 15:33

Re: someting wrong in cmucl cvs sources

A.M.Raportirenko wrote:
> May be i'm wrong, but
> 
> root <at> sunct1 build-20080507 # lisp
> CMU Common Lisp 2008-05-20+ (sunct1) (19E), running on sunct1
> With core: /opt/local/lib/cmucl/lib/lisp.core
> Dumped on: Wed, 2008-05-21 10:15:56+04:00 on sunct1
> Send questions and bug reports to your local CMUCL maintainer, 
> or see <http://www.cons.org/cmucl/support.html>.
> Loaded subsystems:
>     Python 1.1, target Intel x86
>     CLOS based on Gerd's PCL 2004/04/14 03:32:47
> * (print '\,)
> 
> , 
> ,

This is probably the critical bug I announced just yesterday.  Current 
CVS sources don't appear to have this problem, and the 2008-04 snapshot 
works too.

I would recommend using 2008-04 if possible.  If you really, really need 
2008-05, I can provide a Linux binary with the fix.  (Can't tell if your 
machine is running Linux or not.)

Sorry about that,

Ray

(Continue reading)


Gmane