[s-xml-rpc-devel] BUG ?
Sven Van Caekenberghe
scaekenberghe at common-lisp.net
Fri Feb 15 15:43:53 UTC 2008
Evgeniy,
On 06 Jul 2007, at 17:58, Evgeniy Zamriy wrote:
> Hello, All.
>
> Version of SBCL - 1.0.1
> Version of s-xml-rpc - latest from cvs
>
> I found possible bug in library:
>
> * (decode-xml-rpc (make-string-input-stream "<value><boolean>1</
> boolean></value>"))
> * T
>
>
> * (decode-xml-rpc (make-string-input-stream "<value><boolean>0</
> boolean></value>"))
> * ""
>
> So, when my client resieves "false" from server I get "" except of
> nil. Is this
> bug or feature ? :) I tryed to fix it, but my experience in lisp
> isn't well.
>
>
> P.S.: my english is bad, sorry :)
>
> --
> Best regards, Evgeniy Zamriy
Thanks for reporting this problem.
I added your examples to the unit tests.
I applied a fix that I hope will stand, everything seems ok for the
moment.
Currently this is in cvs only,
Regards,
Sven
More information about the S-xml-rpc-devel
mailing list