From henrik at evahjelte.com Thu Feb 26 12:24:51 2009 From: henrik at evahjelte.com (Henrik Hjelte) Date: Thu, 26 Feb 2009 13:24:51 +0100 Subject: [cl-json-devel] cl-json patch In-Reply-To: References: Message-ID: <50e8e4f60902260424v1c6a925fp35a29cc0dd0ae4f0@mail.gmail.com> On Wed, Feb 25, 2009 at 2:58 PM, Ian Eslick wrote: > Hi Henrik, > > Would you mind putting this into the cl-json repository? ?It works around a > problem in ANSI interpretation that crops up in OpenMCL/ClozureCL but not in > the other lisps. > Sure, I have applied it now. /Henrik > diff -rN old-cl-json/src/encoder.lisp new-cl-json/src/encoder.lisp > 33c33 > < ? ? (type-error (e) > --- >> ? ? ((or type-error #+ccl simple-error) (e) > 38a39 >> ? ? ?(length s) ;; ISE: trips error in ccl which will fail silently above > > > > From boris.smilga at gmail.com Thu Feb 26 15:05:43 2009 From: boris.smilga at gmail.com (Boris Smilga) Date: Thu, 26 Feb 2009 18:05:43 +0300 Subject: [cl-json-devel] cl-json patch In-Reply-To: <50e8e4f60902260424v1c6a925fp35a29cc0dd0ae4f0@mail.gmail.com> References: <50e8e4f60902260424v1c6a925fp35a29cc0dd0ae4f0@mail.gmail.com> Message-ID: <590f36270902260705y57a0d308t19a9087f91d75c05@mail.gmail.com> Ian, may I ask you for the favour of providing an example for this presumed Clozure idiosyncrasy? I am in the final stages of developing / documenting / testing a new version of CL-JSON, including a thoroughly improved error handling infrastructure, and I am wondering whether I have overlooked something in this quarter. Thanks in advance. Sincerely, - B. Smilga.