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