Faré <[email protected]> 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.