Errno::ENOENT: No such file or directory - No such file or directory - link
rmdir at org/jruby/RubyDir.java:363
unlink at /Users/.../.rvm/rubies/jruby-1.6.2/lib/ruby/1.8/pathname.rb:1058
(root) at symlink-bug.rb:16
The text was updated successfully, but these errors were encountered:
I ran into this too. Switching from Pathname#unlink to File.unlink fixed the issue for me, but it would be nice if Pathname#delete/Pathname#delete worked too.
janko
added a commit
to shrinerb/shrine
that referenced
this issue
Dec 27, 2018
From http://jira.codehaus.org/browse/JRUBY-6099. Look for additional repro code there.
When swapping the last two lines it works as expected.
The exception is:
The text was updated successfully, but these errors were encountered: