[editor-hints-devel] [Patch]: CMUCL and Allegro 8.2 fixes

Stas Boukarev stassats at gmail.com
Thu Dec 9 10:09:43 UTC 2010


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 ...)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: named-readtables.diff
Type: text/x-patch
Size: 2370 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/editor-hints-devel/attachments/20101209/89e734cb/attachment.bin>
-------------- next part --------------


-- 
With Best Regards, Stas.


More information about the editor-hints-devel mailing list