Missing space in error message of Kernel#caller
-----------------------------------------------

                 Key: JRUBY-4786
                 URL: http://jira.codehaus.org/browse/JRUBY-4786
             Project: JRuby
          Issue Type: Bug
            Reporter: Christoffer Sawicki
            Assignee: Thomas E Enebo
            Priority: Trivial
         Attachments: 
0001-Add-missing-space-to-error-message-of-Kernel-caller.patch

% jruby -e "caller(-1)"
-e:1:in `caller': negative level(-1) (ArgumentError)
        from -e:1

% ruby -e "caller(-1)"
-e:1:in `caller': negative level (-1) (ArgumentError)
        from -e:1

The attached patch adds the missing space.

-- 
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