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.
This would seem like a bug to me. I am about to go on holiday: I have no time to look into this right now. I hope that I will remember to look at this in august when I am back.
P.S.: my english is bad, sorry :)
No problem! Thanks for reporting this.
-- Best regards, Evgeniy Zamriy _______________________________________________ s-xml-rpc-devel site list s-xml-rpc-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/s-xml-rpc-devel
Regards,
Sven