Closed fisxoj closed 8 years ago
LGTM! :octocat:
Thanks! :)
That was impressive turn around time! Thank you!
This change causes an error with ECL, like:
In method definition for %TO-JSON, found an invalid specializer (SIMPLE-STRING).
SIMPLE-STRING is a type, not a class, so cannot specify as a specializer.
Instead of adding a new method, just (coerce string 'simple-string)
in the method should work.
Fixes Rudolph-Miller/jonathan#40 by adding a method on
simple-string
and changingstring
's method to use a slower way, but not error.