[armedbear-ticket] [armedbear] #197: JAR-PATHNAME errors and ambiguities

armedbear armedbear-devel at common-lisp.net
Sat Oct 13 09:40:39 UTC 2012


#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.

-- 
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/197#comment:3>
armedbear <http://common-lisp.net/project/armedbear>
armedbear


More information about the armedbear-ticket mailing list