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
jruby -e '%i(foo bar baz).each_with_index {|v| puts v.inspect }
Prints out [:foo, 0], ... instead of :foo.
We broke this previous to 9.1.10.0 and then regressed again in .11/.12
Moved this over from #4610 so we can keep historical accuracy.
The text was updated successfully, but these errors were encountered:
Fixed in commit d597e1a on master and cherry picked back to jruby-9.1.13.0 branch. Not sure what happened here. I am guessing I only reverted on 9.1.10.0 branch? Will now see if a spec was only committed to that branch :|
Sorry, something went wrong.
Added regression 04dd4a7 spec.
No branches or pull requests
Prints out [:foo, 0], ... instead of :foo.
We broke this previous to 9.1.10.0 and then regressed again in .11/.12
Moved this over from #4610 so we can keep historical accuracy.
The text was updated successfully, but these errors were encountered: