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