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
There was a strange regression in the behavior of the following expression:
('2202702806'..'2202702806').to_a
This is tested in the jruby suite at test/jruby/test_array.rb:42.
I will commit a patch shortly that fixes it, but I'm confused how this ever would have worked. I need to bisect to make sure nothing else is broken.
The text was updated successfully, but these errors were encountered:
Fix this failure that appeared out of nowhere. See #4069.
4cb79c1
similar case has been (reported and) fixed with 9c1abe7 (for 9.1.3.0)
Sorry, something went wrong.
@kares Did we do a bad merge and lose the fix or something? It was definitely still int on master when I patched it.
For now we'll call it fixed and blame the regression on gremlins.
No branches or pull requests
There was a strange regression in the behavior of the following expression:
This is tested in the jruby suite at test/jruby/test_array.rb:42.
I will commit a patch shortly that fixes it, but I'm confused how this ever would have worked. I need to bisect to make sure nothing else is broken.
The text was updated successfully, but these errors were encountered: