Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6RC1
-
Fix Version/s: JRuby 1.6RC2
-
Component/s: Windows
-
Labels:None
-
Number of attachments :
Description
Given a file x.rb:
def foo
p caller
end
foo
>"C:\jruby-1.6.0.RC1\bin\jruby.exe" "x.rb"
["x1.rb:5:in `(root)'"]
Rename the file to x.rbw:
>"C:\jruby-1.6.0.RC1\bin\jrubyw.exe" "x.rbw"
[]
This leads to require_relative not working from within .rbw files