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

Add rb_undef_alloc_func for Node #179

Merged

Conversation

dorkrawk
Copy link
Contributor

This PR makes updates to allow this gem to work properly with Ruby 3.2.

The addition of the rb_undef_alloc_func calls ensures that we undefine allocate for T_DATA classes. This relates to a change in Ruby introduced here: ruby/ruby#4604 (opened from this issue).

@gjtorikian
Copy link
Owner

Neat, thanks!

@gjtorikian gjtorikian merged commit 84f7673 into gjtorikian:main May 20, 2022
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