Skip to content
New issue

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

Fix io_gate.encoding raises IOError in ruby <= 3.0 #785

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

tompng
Copy link
Member

@tompng tompng commented Nov 27, 2024

In Ruby <= 3.0, STDIN.external_encoding raises IOError when STDIN is closed.
readline-ext test seems failing with this
https://github.com/ruby/readline-ext/actions/runs/12054933292

@tompng tompng merged commit 85e20f0 into ruby:master Nov 27, 2024
44 of 46 checks passed
@tompng tompng deleted the fix_readline_ext_test branch November 27, 2024 18:51
@ima1zumi ima1zumi added the bug Something isn't working label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

3 participants