[asdf-devel] asdf-bundle

Faré fahree at gmail.com
Thu May 3 15:55:06 UTC 2012


asdf-bundle is now working (hopefully) on SBCL and CCL as well as ECL,
by concatenating fasls. It won't work for systems where CFFI creates .so.

Try it!
(require :asdf)
(require :asdf-bundle)
(asdf:oos 'asdf::load-fasl-op :your-favorite-system)

It creates a your-favorite-system.system.fasl in the fasl cache.

Actually, I'm not sure about ECL anymore - load-fasl-op fails at the last minute
(after the fasl-op itself) because it tries doing something with a .fasb
even though I didn't enable the bytecode compiler. Since I leveraged that part
of the code from asdf's asdf-ecl.lisp, I suspect it is broken there already.

Juanjo: can you give a look when you have time?

Others: you're welcome to contribute support for your favorite implementations.

—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
Don't have good ideas if you aren't willing to be responsible for them.
        — Alan Perlis




More information about the asdf-devel mailing list