[armedbear-devel] ASDF support for deferred warnings in ABCL?

Faré fahree at gmail.com
Sat Jan 26 17:55:39 UTC 2013


Dear ABCL 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 ABCL,
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
I don't know if might makes right, but lack of might sure makes lack of right.




More information about the armedbear-devel mailing list