Works for me. Weird. Which version of SBCL are you using? —♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org Young man, in mathematics you don't understand things, you just get used to them. — John von Neumann (1903-1957) On Tue, Apr 30, 2013 at 4:25 AM, Stas Boukarev <stassats@gmail.com> wrote:
Faré <fahree@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.