We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ cat a.rb require("./b.rb") $ cat b.rb puts("hi") $ ruby2.1 a.rb hi $ ../work/jruby/bin/jruby a.rb hi $ ../work/jruby/bin/jruby -X+T -J-server a.rb a.rb:1:in `require': cannot load such file -- ./b.rb (LoadError) from a.rb:1:in `<main>'
The text was updated successfully, but these errors were encountered:
Workaround truffle bug in jruby+truffle
63c321c
jruby/jruby#3079
Quick and probably good fix would be to expand relative to CWD if it start with "./".
Sorry, something went wrong.
539baf0
Should be good now.
No branches or pull requests
The text was updated successfully, but these errors were encountered: