Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.7.0.pre1
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: None
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
Possibly related to JRUBY-6648.
If you open a file with certain hash flags for `mode` and `encoding`, an `ArgumentError: invalid access mode 4610` will be raised.
I've attached a test that passes on 1.9.3 and raises an exception on JRuby master.
Bad assumption in options processing ([master 8f7867a]). Aaron, can I assume this test will be added to MRI's test suite?