Kernel.warn should use 2 writes instead of 1 puts
-------------------------------------------------

                 Key: JRUBY-5805
                 URL: http://jira.codehaus.org/browse/JRUBY-5805
             Project: JRuby
          Issue Type: Bug
            Reporter: Thomas E Enebo
            Assignee: Thomas E Enebo


Kernel.warn should use 2 writes (message, RS) instead of 1 puts.  Seems like 
they should be equivalent, but if you:

{noformat}
warn "a\n"
{noformat}

You will not see two newlines print out in jruby while it will in MRI.  It 
seems simpler to just do it the same as MRI in this case. Fix coming up.

[This fixes three Sass unit tests]

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