2 Sep 2006 00:39
[ clisp-Bugs-1550803 ] make-pathname ignores explicit :DIRECTORY NIL
SourceForge.net <noreply <at> sourceforge.net>
2006-09-01 22:39:21 GMT
2006-09-01 22:39:21 GMT
Bugs item #1550803, was opened at 2006-09-01 17:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1550803&group_id=1355 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: clisp Group: ANSI compliance issue Status: Open Resolution: None Priority: 5 Submitted By: Stephen Compall (s11001001) Assigned to: Bruno Haible (haible) Summary: make-pathname ignores explicit :DIRECTORY NIL Initial Comment: ANSI says this on make-pathname: After the components supplied explicitly by HOST, DEVICE, DIRECTORY, NAME, TYPE, and VERSION are filled in, the merging rules used by merge-pathnames are used to fill in any unsupplied components from the defaults supplied by DEFAULTS. However, I get the following from CLISP CVS of 2006-08-29: cl-user> (make-pathname :directory '(:absolute "foo") :defaults #P"/home/") #P"/foo/" cl-user> (make-pathname :directory nil :defaults(Continue reading)
RSS Feed