Is there any current mechanism to get the latest (and therefore one hopes greatest) version of ASDF into SBCL / Allegro CL / Clozure CL, etc.? If not, I think there should be. What would it look like?
thanks, -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM * gwking on twitter
2009/6/2 Gary King gwking@metabang.com:
Is there any current mechanism to get the latest (and therefore one hopes greatest) version of ASDF into SBCL / Allegro CL / Clozure CL, etc.? If not, I think there should be. What would it look like?
SBCL updates the version it comes with every once and a while -- so nothing ASDF as a project needs to worry about. (Since we didn't update it before the freeze I'm not going to update it now, but will do so for 1.0.29.something-early.)
Don't know about the others.
Cheers,
-- Nikodemus
[ Reply to asdf-devel only because it does not affect SBCL, or CCL. ]
Gary King gwking@metabang.com writes:
Is there any current mechanism to get the latest (and therefore one hopes greatest) version of ASDF into SBCL / Allegro CL / Clozure CL, etc.? If not, I think there should be. What would it look like?
FWIW, with the recently introduced use of the long form of DEFINE-METHOD-COMBINATION, the current asdf version will probably not work on ABCL which does not support the long form yet.
-T.