[asdf-devel] Minor simplification

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Fri Feb 4 22:56:20 UTC 2011


Right now there are hooks in ASDF which are used by ECL in a perhaps too
complicated way. More precisely, ECL requires to make an object file and a
FASL file out of every compiled file, so that other operations
(LOAD-FASL-OP, monolithic building, standalone executables, etc) become
easier. Right now this is done using an :AFTER method on PERFORM. I suggest
this patch (already in ECL's tree) which removes that method, removes the
upgradability hacks and insteads wraps around COMPILE-FILE* (which now
becomes redefinable at run time).

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20110204/db83e4d5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Simplify-the-ECL-specific-part-of-asdf.patch
Type: application/octet-stream
Size: 11980 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20110204/db83e4d5/attachment.obj>


More information about the asdf-devel mailing list