[asdf-devel] Please test before releasing ASDF 3.0.0 - Also, resigning again
Stas Boukarev
stassats at gmail.com
Tue Apr 30 08:25:29 UTC 2013
Faré <fahree at gmail.com> writes:
> Dear Lisp hackers,
>
> I'd like to release ASDF 3.0 next week (maybe even later this week).
> Can you test ASDF before I do?
I get asdf-pathname-test.script failure on SBCL:
"
These two expressions yield paths that are not pathname-equal
the first expression (RESOLVE-LOCATION '("/foo" "bar" "baz")) yields this:
#P"/bar/baz"
(:HOST #<SB-IMPL::UNIX-HOST {100023F223}> :DEVICE NIL :DIRECTORY
(:ABSOLUTE "bar") :NAME "baz" :TYPE :UNSPECIFIC :VERSION NIL)
the other expression #P"/foo/bar/baz" yields that:
#P"/foo/bar/baz"
(:HOST #<SB-IMPL::UNIX-HOST {100023F223}> :DEVICE NIL :DIRECTORY
(:ABSOLUTE "foo" "bar") :NAME "baz" :TYPE NIL :VERSION :NEWEST)
"
--
With best regards, Stas.
More information about the asdf-devel
mailing list