-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
Hash inspection not working as in MRI for sprintf %p #2161
Labels
Milestone
Comments
This is still failing as of jruby 9.0.5.0 (2.2.3). |
This is still failing as of jruby 9.1.7.0 (2.3.1) 😿 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The test that's failing in mri/ruby/test_sprintf.rb:
The failure:
We do have code that raises this error around Sprintf.java:154 in Sprintf::Args#next, but I was not able to figure out the equivalent code in MRI (it doesn't seem to be there in the GETNEXTARG macro in sprintf.c nor in the logic for
case 'p'
in the main switch) nor does the test itself indicate where/when the change to sprintf was actually made.The text was updated successfully, but these errors were encountered: