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
truffleruby 22.3.0, like ruby 3.0.3, GraalVM CE Native [x86_64-darwin]
Spotted this in berger_spec: Dir.mkdir("foo", true)
Expected: 'mkdir': no implicit conversion of true into Integer (TypeError)
Actual: method returned 0 and a directory that appears to have defaulted to 001 perms:
ls -al => d--------x 2 dberger staff 64 Nov 12 09:23 foo
It doesn't look like my shell's default umask:
>umask => 022
The text was updated successfully, but these errors were encountered:
truffleruby 22.3.0, like ruby 3.0.3, GraalVM CE Native [x86_64-darwin]
Spotted this in berger_spec:
Dir.mkdir("foo", true)
Expected:
'mkdir': no implicit conversion of true into Integer (TypeError)
Actual: method returned 0 and a directory that appears to have defaulted to 001 perms:
ls -al
=>d--------x 2 dberger staff 64 Nov 12 09:23 foo
It doesn't look like my shell's default umask:
>umask
=> 022The text was updated successfully, but these errors were encountered: