-
Notifications
You must be signed in to change notification settings - Fork 502
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
Avoid warnings in Ruby 3.1 when finalizer is called twice [fix #585] #586
Avoid warnings in Ruby 3.1 when finalizer is called twice [fix #585] #586
Conversation
7a5a7e7
to
f14a1e2
Compare
@patrickkulling any chance you could take a look at this? It's causing quite a lot of noise in our development environments |
@kakubin can you have a look at this please? I am currently on vacation for a while |
@kakubin - have you had a chance to look at this PR? Hopefully it's uncontroversial! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
Its looks good
Thanks @kakubin! Do you know when this can be merged (and released)? |
Ping @kakubin or @patrickkulling - it would be great to get this merged and released if we can! |
Another ping at @kakubin and @patrickkulling - is there a plan to get this merged (and released)? |
@patrickkulling |
@owst sorry for the long delay. it's merged but I am lacking rights to create a patch release. |
@simonoff you can push new version with this patch to rubygems? |
Fixes #585