[cl-debian] Bug#404722: Entity support

Igor Stirbu igor.stirbu at gmail.com
Fri Feb 8 14:47:19 UTC 2008


Hello,

I've debugged the issue and found out that the problem
is in the function resolve-entity where type of ``ent`` is
declared as follows (in xmls.lisp:188) :

(declare (type simple-base-string ent))

and by changing the expression to

(declare (type string ent))

makes it work.

Do you think it is a proper fix?

Thanks,
Igor

-- 
:wq






More information about the Cl-debian mailing list