[asdf-devel] pathname case issue ...
Chun Tian (binghe)
binghe.lisp at gmail.com
Thu Jun 16 02:05:03 UTC 2011
Hi, Faré
It's caused by LispWorks' ASDF integration feature [1], it's also in attach. I have following line in my LispWorks init file:
(example-compile-file "misc/asdf-integration.lisp" :load t)
I didn't use it much, so I disabled it to make my life easier. But it's also quite hard to determine which version of ASDF2 broke it.
Hi, Zach
I see current latest Quicklisp release 2011051901 ships with ASDF 2.014.6, but which ASDF version was shipped in last months' Quicklisp? I believe in that ASDF version I didn't met any issue with LispWorks' ASDF integration.
Regards,
Chun Tian (binghe)
[1] http://www.lispworks.com/documentation/lw60/RNIG/html/readme-372.htm#pgfId-926803
-------------- next part --------------
A non-text attachment was scrubbed...
Name: asdf-integration.lisp
Type: application/octet-stream
Size: 13717 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20110616/a4005b32/attachment.obj>
-------------- next part --------------
在 2011-6-16,02:06, Faré 写道:
>> My problem still exists after turn to latest ASDF: every time I eval a definition in LispWorks, it warns me that the definition's location changed from a pathname to another same but lower-cased pathname:
>>
> Do you know at which version of ASDF, or between which versions of
> ASDF this behavior started? That would help me track down the relevant
> change.
>
> Also, what do these return in various versions of ASDF?
>
> (cl:truename "/Users/binghe/Lisp/")
> (cl:probe-file "/Users/binghe/Lisp/")
> (asdf::probe-file* "/Users/binghe/Lisp/")
> (asdf::truenamize "/Users/binghe/Lisp/")
>
> If it's a recent thing, I made a change for LW in 2.016.1. If it's
> older, I have no idea what it is.
>
> ??? ? Fran?ois-René ?VB Rideau ?Reflection&Cybernethics? http://fare.tunes.org
> It is not the employer who pays the wages. Employers only handle the money.
> It is the customer who pays the wages.
> ? Henry Ford
More information about the asdf-devel
mailing list