1 Mar 2004 06:50
Reader pathname issue?
Dave Roberts <ldave <at> droberts.com>
2004-03-01 05:50:40 GMT
2004-03-01 05:50:40 GMT
So in the course of working with UFFI to write some code to deal with external functions, I ran across what is perhaps a bug in the reader for pathnames. I'm still new to Lisp, so please educate me if this is not a bug: * #p"/home/dave/lispstuff/uffi-1.4.6" #P"/home/dave/lispstuff/uffi-1.4" This is using SBCL 0.8.6. Basically, when entering a literal pathname, SBCL drops the trailing ".6" for some unknown reason. I have tried it with some other names and suffixes and can't see any pattern in the short amount of testing. So, bug or pilot error? Thanks, -- Dave -- -- Dave Roberts <ldave <at> droberts.com> ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
, a suboptimality that we want to correct, or a
bad implicit assumption that ASDF has erroneously made, I don't know.
> 0: (TRUENAME 1 #P"/home/paolo/.sbcl/systems/package.lisp")[:EXTERNAL]
From here, we see that it has failed to fully resolve the path for
clx.asd.
Cheers,
Christophe
RSS Feed