Process.abort should only accept string arguments
-------------------------------------------------

                 Key: JRUBY-5433
                 URL: http://jira.codehaus.org/browse/JRUBY-5433
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.6RC1
         Environment: jruby 1.6.0.RC1 (ruby 1.8.7 patchlevel 330) (2011-01-10 
769f847) (Java HotSpot(TM) Client VM 1.6.0_03-p3) [darwin-i386-java]
            Reporter: Daniel Berger


The optional argument to Process.abort can only be a string:
{code}
Process.abort(1234) # TypeError in MRI, returns 1234 with JRuby 1.5.6 and 
1.6.0RC1
{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.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