Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6.5
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: Standard Library
-
Labels:None
-
Number of attachments :
Description
In the socket library, MRI 1.9 defines Addrinfo < Data. We don't have it.
Issue Links
- is depended upon by
-
JRUBY-5647
Missing method Socket::ip_address_list
-
-
JRUBY-6392
Resolv::DNS fails in 1.9 mode
-
- is related to
-
JRUBY-6734
Socket.new seems broken -- throws exceptions on valid params
-
It's a large .c file in MRI, but a lot of that appears to be platform-specific struct-wrangling. Might be simple enough to wrap JDK address APIs.