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

If a custom :object_class is given, the C extension should not use rb_hash_aset - it should call the object's []= method instead. #69

Merged
merged 3 commits into from
Apr 26, 2011

Conversation

jonleighton
Copy link
Contributor

Hi there,

This is a fix for issue 67: https://github.com/flori/json/issues#issue/67

I have also split out the gemspecs into .gemspec files so that the gem can be built from a git repo by bundler.

Thanks

…_hash_aset - it should call the object's []= method instead.
…the stdout when detecting the ragel binaries
flori added a commit that referenced this pull request Apr 26, 2011
If a custom :object_class is given, the C extension should not use rb_hash_aset - it should call the object's []= method instead.
@flori flori merged commit 7f707e7 into ruby:master Apr 26, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants