StringIO changes the ByteList of String directly.
-------------------------------------------------

                 Key: JRUBY-1122
                 URL: http://jira.codehaus.org/browse/JRUBY-1122
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.0.0RC3
            Reporter: Ola Bini
            Assignee: Ola Bini
            Priority: Blocker


Install the Crypt gem, run the test-blowfish file. and you will see a strange 
error. The reason is that the '' literal used to initialize the StringIO gets 
modified in several ways by the StringIO object without the enclosing String 
knowing about it.

StringIO needs to be reimplemented to not use ByteList, but actually use 
RubyString as a buffer.

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