On Thu, 2013-05-16 at 13:57 -0400, Faré wrote:
> Oh shit, that's right: it uses version-satisfies instead of version<=
> (which didn't exist at the time), and of course, 3.0.0 doesn't satisfy 2.26
> because of the major version mismatch. Ouch.
> 
> One solution would be that quicklisp be patched to accept asdf if #+asdf3
> or (member :asdf3 *features*). Another solution that quicklisp itself be
> updated to use asdf3 and possibly version<= rather than version-satisfies,
> or not: I've added a minor version number that allows to have version 
> "branches"
> that don't involve a new major version number.
> 
> The last solution would be that ASDF be stuck forever
> in using 2 as its major version number.
> Maybe I should have done just that,
> because that's the only 100% backward compatible way.
> Then I should promptly rename ASDF 3.0.0 into ASDF 2.34.0 or some such.

The latter is what I did, changed the version to 2.33.11

-- 
Stelian Ionescu a.k.a. fe[nl]ix
Quidquid latine dictum sit, altum videtur.
http://common-lisp.net/project/iolib

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to