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
On macOS closing stdin can lead to shell and run failing in an unexpected way:
$ raku -e 'say so shell("ls", :!err, :!out)'
True
$ raku -e '$*IN.close; say so shell("ls", :!err, :!out)'
False
On linux these both show True, which is what I would expect.
The text was updated successfully, but these errors were encountered:
Followup of rakudo/rakudo#5357
On macOS closing stdin can lead to shell and run failing in an unexpected way:
$ raku -e 'say so shell("ls", :!err, :!out)'
True
$ raku -e '$*IN.close; say so shell("ls", :!err, :!out)'
False
On linux these both show True, which is what I would expect.
The text was updated successfully, but these errors were encountered: