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
When I run crystal spec, it will give me a 2 test error, which caused by StackOverFlow. Actually, the JSON implementation also have a StackOverFlow when it try to parse -9223372036854775808. So, I think the test it's pretty trivial and I change it into -9223372036854775807 which works fine
When I run
crystal spec
, it will give me a 2 test error, which caused by StackOverFlow. Actually, the JSON implementation also have a StackOverFlow when it try to parse-9223372036854775808
. So, I think the test it's pretty trivial and I change it into-9223372036854775807
which works finehttps://play.crystal-lang.org/#/r/80z2
Can I make a pull request to change the test?
The text was updated successfully, but these errors were encountered: