Charles Oliver Nutter created JRUBY-6394:
--------------------------------------------

             Summary: Socket.new takes symbolic protocol, etc
                 Key: JRUBY-6394
                 URL: https://jira.codehaus.org/browse/JRUBY-6394
             Project: JRuby
          Issue Type: Bug
          Components: Extensions, Ruby 1.9.3
    Affects Versions: JRuby 1.6.5
            Reporter: Charles Oliver Nutter


While attempting to implement Addrinfo for JRUBY-6393, I realized many of MRI's 
tests for it use this form of Socket constructor:

{noformat}
Socket.new(:INET, :STREAM, 0)
{noformat}

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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to