From codebuger at gmail.com Fri Jul 6 15:58:08 2007 From: codebuger at gmail.com (Evgeniy Zamriy) Date: Fri, 06 Jul 2007 18:58:08 +0300 Subject: [s-xml-rpc-devel] BUG ? Message-ID: 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 "1")) * T * (decode-xml-rpc (make-string-input-stream "0")) * "" 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 From scaekenberghe at common-lisp.net Fri Jul 13 09:44:20 2007 From: scaekenberghe at common-lisp.net (Sven Van Caekenberghe) Date: Fri, 13 Jul 2007 11:44:20 +0200 Subject: [s-xml-rpc-devel] BUG ? In-Reply-To: References: Message-ID: <4633476F-C8B3-4ADD-9DEC-38B3533C7C90@common-lisp.net> 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 "1 boolean>")) > * T > > > * (decode-xml-rpc (make-string-input-stream "0 boolean>")) > * "" > > 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 at common-lisp.net > http://common-lisp.net/mailman/listinfo/s-xml-rpc-devel Regards, Sven