You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/Documents/jruby/bin/jruby -X+T -e 'require "tmpdir"; tmpdir = Dir.mktmpdir("autoload"); puts "Done"'
/Users/brandonfish/Documents/jruby/lib/ruby/truffle/mri/../../stdlib/tmpdir.rb:93:in `mkdir': wrong number of arguments (2 for 1) (ArgumentError)
from /Users/brandonfish/Documents/jruby/lib/ruby/truffle/mri/../../stdlib/tmpdir.rb:93:in `block in mktmpdir'
from /Users/brandonfish/Documents/jruby/lib/ruby/truffle/mri/../../stdlib/tmpdir.rb:146:in `create'
from /Users/brandonfish/Documents/jruby/lib/ruby/truffle/mri/../../stdlib/tmpdir.rb:93:in `mktmpdir'
from -e:1:in `<main>'
The text was updated successfully, but these errors were encountered:
For reference, here is a patch of changes to temporarily workaround this issue (you may need to adjust tmp var to your local
echo $TMPDIR
):https://gist.github.com/bjfish/013d9e650f9b17799dbf
Expected:
Actual
The text was updated successfully, but these errors were encountered: