-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
Breaks with multi_json 1.7.9 (works with 1.7.7) #73
Comments
Hey @kylog - I have been unable to reproduce this. I've tested on MRI 1.9.3-p484 / multi_json 1.7.9 with Oj / Yajl / JSON / bson individually, as well as JRuby 1.7.9 with JrJackson, which should cover all of the default adapters used by MultiJson. Could you share what JSON gems you are loading, or if you perform any multi_json initialization before loading the json-schema gem? |
@hoxworth My bad, not enough details in the original report.
E.g.
|
Thanks! I'll clean this up tomorrow along with some other related fixes. |
I'm assuming this is working now, partly based on @hoxworth's comments and partly because the test suit is now testing Ruby 1.8 (kind of) and multi_json |
With multi_json 1.7.9, running spec tests I get a backtrace like this:
The text was updated successfully, but these errors were encountered: