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
$ ruby -e 'File.open("not_existing_file", flags: File::CREAT | File::WRONLY)'
<internal:core> core/errno.rb:48:in `handle': No such file or directory - not_existing_file (Errno::ENOENT)
from <internal:core> core/io.rb:898:in `sysopen'
from <internal:core> core/file.rb:1216:in `initialize'
from <internal:core> core/io.rb:674:in `open'
from -e:1:in `<main>'
Code to reproduce the issue:
This line returns a
File
both on CRuby and JRuby, but throws an error on TruffleRuby.My ruby --version:
The text was updated successfully, but these errors were encountered: