We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is how to reproduce the problem:
CL-USER> (asdf:load-system :jonathan) CL-USER> (jonathan:parse "{\"foo\": 123.56}") (:|foo| 123.56) CL-USER> (sb-ext:restrict-compiler-policy 'safety 3) CL-USER> (asdf:load-system :jonathan :force t) CL-USER> (jonathan:parse "{\"foo\": 123.56}") ; Debugger entered on #<TYPE-ERROR expected-type: FIXNUM datum: 123.56>
The problem is in this line: https://github.com/Rudolph-Miller/jonathan/blame/fb83ff094d330b2208b0febc8b25983c6050e378/src/decode.lisp#L295
The text was updated successfully, but these errors were encountered:
This problem still exists the problem is in the (the fixnum num) form at line:
(the fixnum num)
https://github.com/Rudolph-Miller/jonathan/blob/fb83ff094d330b2208b0febc8b25983c6050e378/src/decode.lisp#L295
Sorry, something went wrong.
this just bit me pretty deep in my call graph.
rm jonathan: becomes slow, has open issues
05714ee
rudolph-miller/jonathan#66
No branches or pull requests
Here is how to reproduce the problem:
The problem is in this line: https://github.com/Rudolph-Miller/jonathan/blame/fb83ff094d330b2208b0febc8b25983c6050e378/src/decode.lisp#L295
The text was updated successfully, but these errors were encountered: