[armedbear-ticket] [armedbear] #197: JAR-PATHNAME errors and ambiguities
armedbear
armedbear-devel at common-lisp.net
Wed Feb 1 08:32:21 UTC 2012
#197: JAR-PATHNAME errors and ambiguities
--------------------------+-------------------------------------------------
Reporter: mevenson | Owner: ehuelsmann
Type: defect | Status: new
Priority: major | Milestone: 1.1.0
Component: interpreter | Version: 1.0.1
Keywords: jar-pathname |
--------------------------+-------------------------------------------------
[http://article.gmane.org/gmane.lisp.armedbear.devel/2200 Yong reports on
armedbear at devel]:
{{{
CL-USER> (make-pathname :device '("c:/a.b.jar")
:directory '(:absolute "cl-ppcre"))
; Evaluation aborted on NIL.
}}}
Why am I not getting any errors (and not dropping into a debugger)? I
know the error is because the device is not a list of a pathname ie
missing a #P.
2. What's printed out is not what was read in (trailing /)
{{{
CL-USER> #P"jar:file:c:/a/b.jar!/cl-ppcre/"
#P"jar:file:c:/a/b.jar!/cl-ppcre"
}}}
3. Should this repeated jar:file:jar:file thing throw an error?
{{{
#P"jar:file:jar:file:c:/a/b.jar!/cl-ppcre/"
==> #P"jar:file:jar:file:c:/a/b.jar!/cl-ppcre"
}}}
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/197>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list