DATA points to wrong file
-------------------------

                 Key: JRUBY-5694
                 URL: http://jira.codehaus.org/browse/JRUBY-5694
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.6
            Reporter: Aman Gupta
            Assignee: Thomas E Enebo


test file:

{noformat}
p DATA
require 'set'
p DATA
__END__
1+2
{noformat}

mri:

{noformat}
ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0]
#<File:test.rb>
#<File:test.rb>
{noformat}

jruby:

{noformat}
jruby 1.6.0 (ruby-1.8.7-p330) (2011-04-04 21db4a0) (Java HotSpot(TM) 64-Bit 
Server VM 1.6.0_24) [darwin-x86_64-java]
#<File:test.rb>
#<File:/Users/test/.rvm/rubies/jruby-1.6.0/lib/ruby/1.8/set.rb>
{noformat}

ruby specs were added by rbx recently: 
https://github.com/evanphx/rubinius/commit/a23be12ccd6665388e586df2dfe0b50eade1c6a4


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