9 Dec 2010 11:09
[Patch]: CMUCL and Allegro 8.2 fixes
Stas Boukarev <stassats <at> gmail.com>
2010-12-09 10:09:43 GMT
2010-12-09 10:09:43 GMT
The default value of error-p optional parameter for excl:named-readtable was changed to T in Allegro 8.2, which causes errors whenever find-readtable is called on non existent readtable. CMUCL has an issue with ordering of loop initializations in the loop of define-api macro. And the spec is quite confusing on how it really should behave. The workaround is to use (progn x (loop ...)) instead of (loop initially x ...)
-- -- With Best Regards, Stas.
_______________________________________________ editor-hints-devel mailing list editor-hints-devel <at> common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/editor-hints-devel
RSS Feed