'requires' prefers local files/libraries before bundled one
-----------------------------------------------------------

                 Key: JRUBY-1539
                 URL: http://jira.codehaus.org/browse/JRUBY-1539
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.0.2
            Reporter: Martin Krauskopf
            Priority: Minor


Name your file 'stringio.rb' and put in the following content:

{code}
require "stringio"
ip = StringIO.new("huh?","r")
{code}

Should fail as it does in CRuby. See "StringIO error with native interpreter" 
thread at [EMAIL PROTECTED] for more details.

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