You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decoding JSON to fluid objects appears to not work in recent versions of SBCL. For example, the following works fine in SBCL 1.1.0 on Linux (Ubuntu 14.04.3):
I tried to poke at this, but went astray when trying to inspect the slot definition. It seems to have no name, which either borks the SBCL inspector, or the SLIME interface to the inspector.
Seems to be a quirk of sbcl. It doesn't like it when you use keyword package for MOP stuff. As a workaround, if you change cl-json:*json-symbols-package* to your own package, it works okay.
Decoding JSON to fluid objects appears to not work in recent versions of SBCL. For example, the following works fine in SBCL 1.1.0 on Linux (Ubuntu 14.04.3):
However, in the latest SBCL, 1.3.2, it fails:
It appears to have begun failing in this way at SBCL version 1.2.0 or earlier:
The text was updated successfully, but these errors were encountered: