-
-
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
Empty intern array (%i[]) does not work #3060
Comments
I am swapping this to be a 9000 bug since we are behaving correctly for --1.9 mode and --2.0 mode was experimental and we probably will not fix this there. This bug does still occur in 9k so we will fix for rc2 (and possibly backport to 1.7.x --2.0 mode if super trivial). |
How so? In MRI:
|
mri19 -ve '%i{}'
ruby 1.9.3p551 (2014-11-13 revision 48407) [x86_64-darwin13.4.0]
-e:1: unknown type of %string |
Ahh, sorry, was running that in 2.0, thought I was using 1.9. |
No problem. I already fixed this on master so I might fix it for --2.0 on 1.7 since it was really trivial. |
Thanks! 👍 |
Hey guys,
Ran into this little bug today:
Installed via Rvm, running on OSX. Not sure what kind of additional debug information you might be interested in? Let me know if there's anything missing.
The text was updated successfully, but these errors were encountered: