[cmucl-imp] ASDF support for deferred warnings in CMUCL?

Faré fahree at gmail.com
Sat Jan 26 17:56:31 UTC 2013


Dear CMUCL developers,

I've been adding support for ASDF to save deferred warnings
(typically, forward function references) in a file,
so that if you do an incremental compilation, warnings
from previously compiled files are still correctly handled
at the end of the virtual with-compilation-unit.

I've added support for SBCL and CCL myself, which was made
much easier by being able to read the source code to their compilers,
but I don't feel like groveling through four more free sofware compilers.
Would you be interested in implementing the same feature for CMUCL,
or at least in guiding me on how to do so?
The code is mainly in asdf/lisp-build.lisp functions
reify-deferred-warnings unreify-deferred-warnings reset-deferred-warnings.

http://common-lisp.net/gitweb?p=projects/asdf/asdf.git

Best regards,

—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
Better, faster, cheaper — pick any two.


More information about the cmucl-imp mailing list