Another HAX fix:
* xml/sax-handler.lisp: Signal a warning in deprecated method,y
not an error.
This commit is contained in:
@ -416,7 +416,7 @@ Setting this variable has no effect unless both
|
|||||||
(setf (slot-value handler 'sax-parser) sax-parser))
|
(setf (slot-value handler 'sax-parser) sax-parser))
|
||||||
(:method ((handler t) sax-parser)
|
(:method ((handler t) sax-parser)
|
||||||
(declare (ignore sax-parser))
|
(declare (ignore sax-parser))
|
||||||
(error "deprecated sax default method used by a handler ~
|
(warn "deprecated sax default method used by a handler ~
|
||||||
that is not a subclass of sax:abstract-handler ~
|
that is not a subclass of sax:abstract-handler ~
|
||||||
or hax:abstract-handler")
|
or hax:abstract-handler")
|
||||||
nil)
|
nil)
|
||||||
|
|||||||
Reference in New Issue
Block a user