Details
-
Type:
Wish
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.1.2
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: Interpreter
-
Labels:None
-
Number of attachments :
Description
Occasionally, when loading classes that have been compiled ahead-of-time, references such as require './foo.rb' is encountered by the runtime. The runtime is already smart enough to also look for foo.class when loading 'foo.rb'. It would be nice if it will also automatically consider foo.class if "./foo.rb" or ".\foo.rb" is requested.
Sorry, the name of this issue is incomplete. It should be "JRuby should load relative path reference to AOT classes"