Specs for all load path, load/require, home dir, url, and other load-logic cases
--------------------------------------------------------------------------------

                 Key: JRUBY-3048
                 URL: http://jira.codehaus.org/browse/JRUBY-3048
             Project: JRuby
          Issue Type: Bug
            Reporter: Charles Oliver Nutter
            Assignee: Thomas E Enebo
             Fix For: JRuby 1.1.6


There are many different combinations of logic involved in the loading of 
files. Very few of them have a clear set (or perhaps any set) of codified 
specifications. This bug can be a placeholder for recording various 
combinations of behavior, in the hope that a set of specifications will follow 
(and fixes to JRuby will follow that).

I'll start it off with a failing case in JRuby with load of a file using ./ 
pathing:

{noformat}
~/projects/jruby ➔ jruby -Ifoo -e "load 'foo/bar.rb'"
foo/bar.rb:1: unhandled exception
        from foo/bar.rb:1:in `load'
        from -e:1

~/projects/jruby ➔ ruby -Ifoo -e "load 'foo/bar.rb'"
./foo/bar.rb:1: unhandled exception
        from -e:1:in `load'
        from -e:1
{noformat}

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