#197: JAR-PATHNAME errors and ambiguities ----------------------------------------+----------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: accepted Priority: critical | Milestone: 1.1.0 Component: interpreter | Version: 1.0.1 Keywords: jar-pathname user-feedback | ----------------------------------------+-----------------------------------
Comment(by mevenson):
1) The only legal members of a DEVICE list are PATHNAMES.
You need to explicitly create a pathname via:
{{{ (make-pathname :device '(#p"c:/a.b.jar") :directory '(:absolute "cl-ppcre")) }}}
Agreed that an error would be a good idea.