From: SourceForge.net <no...@so...> - 2011-12-21 11:40:52
|
Bugs item #3463337, was opened at 2011-12-21 03:40 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3463337&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 Private: No Submitted By: https://www.google.com/accounts () Assigned to: Bruno Haible (haible) Summary: PROBE-FILE Initial Comment: I noticed a compliance issue with GNU CLISP 2.49 for Windows. (probe-file pathname) signalls an error instead of NIL when the pathname does not refer to an actual file. An error can only be signalled if (wild-pathname-p pathname) is true which was not the case. [14]> (wild-pathname-p "c:/Program Files/") NIL [15]> (file-exists-p "c:/Program Files/") *** - PROBE-FILE: No file name given: #P"C:\\Program Files\\" The following restarts are available: ABORT :R1 Abort main loop Break 1 [16]> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3463337&group_id=1355 |