[Openmcl-devel] Strange compiler bug in 1.7-dev-r14406M-trunk

Paul Meurer Paul.Meurer at uni.no
Sat Apr 16 11:53:56 PDT 2011


Thanks. (rebuild-ccl :full t) did help. I keep forgetting this when I fetch a new revision.

Am 16.04.2011 um 19:57 schrieb Ron Garret:

> Try updating your CCL.  Whatever was causing this has apparently been fixed for quite a while:
> 
> Welcome to Clozure Common Lisp Version 1.7-dev-r14674M-trunk  (DarwinX8664)!
> ? (defun parse-rayfield-line ()
> 	   (let ((style-features ()))
> 	     (labels ((collect-x ()
> 			(dolist (f nil)
> 			  (push f style-features))))
> 	       (when (null style-features)
> 		 ;;(print (null style-features))
> 		 (setf style-features (list "Norm")))
> 	       style-features)))
> PARSE-RAYFIELD-LINE
> ? (PARSE-RAYFIELD-LINE)
> ("Norm")
> ? 

-- 
Paul




More information about the Openmcl-devel mailing list