On Mon, 2009-11-30 at 16:17 -0500, Faré wrote: > Dear ASDF developers, > > I've committed to *a new repo* a few ASDF hacks that I wrote. I'd like > some of you to review and/or test it. I'd like to get it reviewed > before I push those changes to the official repo. > > git clone http://common-lisp.net/project/xcvb/git/asdf.git > cd asdf > git diff -u -a -b 1f7690b49b73b499ff2bd2ad77ec23c273941814 > 60165185516e699d0daebd0b653e61b83e72d4e6 > > > The main changes are: > > * Merged the ECL patch. Had to remove a #+ecl in a slot declaration, > because the slot is used afterwards without #+ecl. > > * Limited support to upgrade from a previous installation (if you have > old installations, please try to upgrade!). > > * Notably created an asdf.asd so you can try to > (require :asdf) (pushnew "/path/to/asdf/" asdf:*central-registry*) > (asdf:oos 'asdf:load-op :asdf)
I'm not sure that this is a good idea. When evaluating (asdf:oos 'asdf:load-op :asdf) you'd be redefining asdf:load-op from inside the old asdf:load-op. I'd be surprised if it didn't cause problems in some (perhaps old) compilers. -- Stelian Ionescu a.k.a. fe[nl]ix Quidquid latine dictum sit, altum videtur. http://common-lisp.net/project/iolib
signature.asc
Description: This is a digitally signed message part
_______________________________________________ asdf-devel mailing list [email protected] http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel
