Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6.6
-
Fix Version/s: JRuby 1.6.6
-
Component/s: Ruby 1.9.2
-
Labels:None
-
Number of attachments :
Description
JRuby 1.6.6 (HEAD) fails while 1.6.5 works (in 1.9 mode). Both work in 1.8 mode.
https://raw.github.com/gist/1657018/94e0e09ad9e6113e72eef7daf7fea9c21c4b9da9/gistfile1.txt
Strings on 1.9 no longer respond to #each (you can get the same behavior by iterating over String#bytes). This seems to be a faulty 1.6.5 behavior that is fixed now. Check for yourself: https://gist.github.com/d3c4071b798b7b29fedd