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
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.