On 11 June 2011 01:41, Pascal Costanza <[email protected]> wrote: >> Looks like a SBCL bug in how you setup logical pathnames, >> that SBCL is catching: > > Not sure how to parse that sentence. Is this my bug, or an SBCL bug? > > Anyway, the setup above worked in SBCL 1.0.48, and works in every other > Common Lisp implementation that I'm dealing with.
It's an SBCL bug, triggered by ASDF no longer calling TRANSLATE-LOGICAL-PATHNAME before calling DIRECTORY. SBCL fix coming up. Cheers, -- nikodemus _______________________________________________ asdf-devel mailing list [email protected] http://lists.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel
