-
Notifications
You must be signed in to change notification settings - Fork 189
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
[3.2 compatibility] Return nil for beginless ranges where the end is not numeric #2978
[3.2 compatibility] Return nil for beginless ranges where the end is not numeric #2978
Conversation
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.
Looks good 👍 . Thank you.
I suppose it's related to https://bugs.ruby-lang.org/issues/18983. It's helpful to have a reference to the original issue (or point at an issue in the Ruby release/NEWS document) in the PR to understand what it is about.
f0f05e9
to
0739ce4
Compare
I've rebased on master, added some commits and pushed to the branch. |
0739ce4
to
3446588
Compare
Thanks, i saw this in the ruby changes but didn't look into where it came from. I'll dig further next time! |
#3039
This is for ruby 3.2 (TODO: change merge target)
I changed the spec descriptions to match the code... let me know if you think something isn't right about that.