We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IO#write
During CI bug investigation we noticed this code:
cli-ui/lib/cli/ui/stdout_router.rb
Lines 402 to 410 in f6294ff
STDOUT
STDERR
IO#reopen
#capture
If the goal of the cli-ui code to be permanent, it needs adjustments. This is true for CRuby and TruffleRuby engines.
More details: oracle/truffleruby#3088
The text was updated successfully, but these errors were encountered:
No branches or pull requests
During CI bug investigation we noticed this code:
cli-ui/lib/cli/ui/stdout_router.rb
Lines 402 to 410 in f6294ff
IO#write
forSTDOUT
andSTDERR
. This is quietly disabled by any call onIO#reopen
, for example: a test calling#capture
from https://github.com/rails/rails/blob/0e99d0893b0e98c626a3c7d8972eea22d29c9d25/activesupport/lib/active_support/testing/stream.rb#L23-L38If the goal of the cli-ui code to be permanent, it needs adjustments. This is true for CRuby and TruffleRuby engines.
More details: oracle/truffleruby#3088
The text was updated successfully, but these errors were encountered: