Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: Standard Library
-
Labels:None
-
Environment:JRuby 1.6.0 under RVM;
Java version:
Java(TM) SE Runtime Environment (build 1.6.0_24-b07-334-10M3326)
Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02-334, mixed mode)
-
Number of attachments :
Description
JRUBY 1.6.0:
> jruby --1.9 -rsocket -e 'puts Socket.ip_address_list.to_s'
NoMethodError: undefined method `ip_address_list' for Socket:Class
(root) at -e:1
RUBY 1.9.2:
> ruby -rsocket -e 'puts Socket.ip_address_list.to_s'
Issue Links
- depends upon
-
JRUBY-6393
Implement Addrinfo class
-
- is duplicated by
-
JRUBY-6392
Resolv::DNS fails in 1.9 mode
-
Looks like we need Addrinfo class as well.