TRANSLATE-PATHNAME Bug?
Marco Antoniotti
marcoxa at cs.nyu.edu
Fri Jan 29 17:55:03 CET 2010
Hello
I think this is a bug (although it is 19D)
* (translate-pathname "/Users/marcoxa/Projects/Lang/CL/HELAMBDAP/
helambdap-pkg.lisp"
"/Users/marcoxa/Projects/Lang/CL/**/*"
"**/*")
#P"/HELAMBDAP/helambdap-pkg.lisp"
* (describe *)
#P"/HELAMBDAP/helambdap-pkg.lisp" is a structure of type PATHNAME.
HOST: #<LISP::UNIX-HOST>.
DEVICE: NIL.
DIRECTORY: (:ABSOLUTE "HELAMBDAP").
NAME: "helambdap-pkg".
TYPE: "lisp".
VERSION: NIL.
*
I think the result should be a :RELATIVE pathname.
Is it still like this in the current version?
Cheers
--
Marco Antoniotti
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.zs64.net/mailman-archive/cmucl-help/attachments/20100129/003450c3/attachment.html>
More information about the cmucl-help
mailing list