[armedbear-ticket] [armedbear] #200: ABCL compiler fails to produce loadable fasl for XPATH

armedbear armedbear-devel at common-lisp.net
Sat Mar 2 09:01:26 UTC 2013


#200: ABCL compiler fails to produce loadable fasl for XPATH
-------------------------------------------------------------------+--------
 Reporter:  mevenson                                               |       Owner:  ehuelsmann
     Type:  defect                                                 |      Status:  new       
 Priority:  blocker                                                |   Milestone:  1.2.0     
Component:  compiler                                               |     Version:  1.1.0     
 Keywords:  compiler-macro quicklisp xpath jvm-class-verify-error  |  
-------------------------------------------------------------------+--------

Comment(by ehuelsmann):

 Test case as identified by charmon:

 (defpackage :xpath-bug
   (:use :cl))

 (in-package :xpath-bug)

 (xpath:with-namespaces (("" ""))
   (xpath:evaluate "count(html/following::text())"
                   (cxml:parse-rod "<html></html>"
                                   (cxml-dom:make-dom-builder))))

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


More information about the armedbear-ticket mailing list