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

Raymond Toy toy.raymond at gmail.com
Sat Jan 26 19:30:01 UTC 2013


>>>>> "Fare" == Far  <Far> writes:

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

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

I took a very quick look at that.  I'm not sure what it's trying to
do, but certainly an example of what it's trying to do would be
helpful.

And since you have one working for sbcl, I would think the cmucl
version would be roughly similar.

Ray



More information about the cmucl-imp mailing list