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
-
Environment:jruby 1.7.0.dev (ruby-1.9.3-p203) (2012-04-27 69c9732) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_31) [darwin-x86_64-java]
-
Testcase included:yes
-
Number of attachments :
Description
Opening a file with IO flags and an encoding option raises a TypeError.
I've attached a test case that passes on MRI 1.9.3 but fails on JRuby master.
Fixed on master 56a5167. I am also this will get coverage in main MRI tests.