Skip to content
New issue

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

Gson gem fails to parse JSON on jruby9.0.0.0.rc1 #3139

Closed
bigsur0 opened this issue Jul 15, 2015 · 2 comments
Closed

Gson gem fails to parse JSON on jruby9.0.0.0.rc1 #3139

bigsur0 opened this issue Jul 15, 2015 · 2 comments

Comments

@bigsur0
Copy link
Contributor

bigsur0 commented Jul 15, 2015

Cross-posting here in-case there is something valuable to fix in jruby 9K.

avsej/gson.rb#7

@cheald
Copy link
Contributor

cheald commented Jul 15, 2015

It looks like RubyNumeric.str2fnum now expects a third "strict" parameter which isn't being passed by Gson. 1.7.20 has a /2 version of the method that is missing in 9k.

@cheald
Copy link
Contributor

cheald commented Jul 15, 2015

This was broken in 2832da5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants