Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.0.0RC2
-
Fix Version/s: JRuby 1.0.2, JRuby 1.1b1
-
Component/s: Core Classes/Modules
-
Labels:None
-
Environment:OS X 10.4.9, Java 1.5, JRuby rev 3672
-
Number of attachments :
Description
This is valid in MRI:
fh = File.new(STDOUT.fileno, 'r')
Currently JRuby raises a TypeError, expecting a String only.
Activity
Charles Oliver Nutter
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | JRuby 1.1.0 [ 13534 ] | |
| Fix Version/s | JRuby 1.0.2 [ 13682 ] |
Riley Lynch
made changes -
| Attachment | fd.jruby-1_0.patch [ 30224 ] | |
| Attachment | fd.patch [ 30223 ] |
Charles Oliver Nutter
made changes -
| Assignee | Charles Oliver Nutter [ headius ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Charles Oliver Nutter
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Along with other file descriptor stuff, if this is possible we should fix it.