Clozure / ccl

Clozure Common Lisp
http://ccl.clozure.com
Apache License 2.0
841 stars 105 forks source link

CLTL2 support and a bug in `variable-information` #421

Open digikar99 opened 1 year ago

digikar99 commented 1 year ago

Does CCL intend to provide support for CLTL2 environments API?

If so, there is a small bug in variable-information that it ignores the declarations other than special type dynamic-extent ignore, so user defined declarations get ignored. Simply adding a (t (push (cdr vdecl) decls)) case should fix it.