-
Notifications
You must be signed in to change notification settings - Fork 94
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
Attempt to support Ruby 3.0 #252
base: core
Are you sure you want to change the base?
Conversation
Thanks so much for this. Will try to have a good look at this issue later today. |
Findings thus far:
|
do we also need to add a dependency on the |
I was thinking about that 😄 Many users of Another point. On the other hand, we don't really want to break user code, even if it's only a minority of users whose code is broken. (Although that is exactly what our friends in the Ruby core team have done here...) I would love to hear what others think. For myself, I think I need to let this issue percolate a bit longer in my brain to come with an opinion. |
Just found this: knu/sorted_set#3 That issue has been open for almost a year now. 😮 Doesn't look promising. |
If anyone knows where the repo is for the |
@dleidert, another thing... could you explain how the code in this PR resolves the problem? |
|
@dubek I like the way that you are thinking. As far as Adjusting the test to compare the |
I have opened #251 for this issue. You can relax the test (change from .eql to .eq), but it only works partially.
The last uploads of this gem were done in 2021. So the maintainer seems to be active again... But I don't know a way to contact them either. |
With Ruby 3 This patch is not related to the |
@alexdowad, this happens without the patch:
|
@dleidert, thanks for the added information. Question, please: Would you like me to guide you on how to improve this patch, or would you prefer that I just fix the problem in the most expedient way possible? |
@alexdowad, I'd prefer to leave the correct implementation/fix to the upstream authors :) |
Bug: hamstergem/hamster#252 Bug: hamstergem/hamster#254 Signed-off-by: Sam James <sam@gentoo.org>
No description provided.