[Openmcl-devel] pathname problem with load

Rick Taube taube at uiuc.edu
Mon Jul 4 15:34:55 PDT 2005


Hi -- this seems like a bug to me: probe-file and truename can handle 
this shell-script generated pathname but then load cannot:
-Rick

Welcome to OpenMCL Version (Beta: Darwin) 0.14.3!
? (probe-file "/Lisp/cm/bin/./../src/cm.lisp")
#P"/Lisp/cm/src/cm.lisp"
? (truename "/Lisp/cm/bin/./../src/cm.lisp")
#P"/Lisp/cm/src/cm.lisp"
? (load "/Lisp/cm/bin/./../src/cm.lisp")
 > Error in process listener(1): File "/Lisp/cm/bin/./../src/cm.lisp" 
does not exist.
 > While executing: "Unknown"
 > Type :POP to abort.
Type :? for other options.
1 >




More information about the Openmcl-devel mailing list