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
String#ascii_only?
See rubinius/rubinius#3236 reproducable with JRuby 1.7.17 and master.
The text was updated successfully, but these errors were encountered:
Thanks to you and @FooBarWidget for finding this! It also appears to reproduce on JRuby master, which is surprising since I have re-ported much of the IO and encoding logic.
Definitely a big one to fix for 1.7.18.
Sorry, something went wrong.
jruby/jruby@c5207d5
Fixed on master. I'll try to make same fix on 1.7 now.
* test/ruby/test_io_m17n.rb: Add test for coderange clearing in
0f99627
IO#read with buffer. See jruby/jruby#2316. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Clear code range when modify/expanding string for IO.read(..,buf).
fc05939
Fixes #2316. Test added to MRI in http://mla.n-z.jp/~w3ml/w3ml.cgi/ruby-changes/msg/36766
b6e77df
6a2434c
No branches or pull requests
See rubinius/rubinius#3236 reproducable with JRuby 1.7.17 and master.
The text was updated successfully, but these errors were encountered: