Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6.5
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: Extensions, Ruby 1.9.3
-
Labels:None
-
Number of attachments :
Description
While attempting to implement Addrinfo for JRUBY-6393, I realized many of MRI's tests for it use this form of Socket constructor:
Socket.new(:INET, :STREAM, 0)
We do not support this form, which causes many of the Addrinfo tests to fail immediately.
The test is in test/externals/ruby1.9/socket/test_addrinfo.rb.
Activity
Charles Oliver Nutter
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Resolution | Fixed [ 1 ] | |
| Fix Version/s | JRuby 1.7 [ 17049 ] | |
| Assignee | Charles Oliver Nutter [ headius ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
Implemented along with the big socket/IO work recently (around master@d62a1a4).