Skip to content

Fix stty redirection on JRuby - #146

Merged
nobu merged 1 commit into
masterfrom
jruby-workaround
Aug 8, 2026
Merged

Fix stty redirection on JRuby#146
nobu merged 1 commit into
masterfrom
jruby-workaround

Conversation

@nobu

@nobu nobu commented Aug 8, 2026

Copy link
Copy Markdown
Member

Duplicate the terminal descriptor so IO.popen can capture output without redirect conflicts.

Fix #145.

Duplicate the terminal descriptor so `IO.popen` can capture output
without redirect conflicts.

Fix #145.
@nobu
nobu force-pushed the jruby-workaround branch from 86e2f33 to 7e9decc Compare August 8, 2026 23:43
@nobu
nobu merged commit 7e9decc into master Aug 8, 2026
96 checks passed
@nobu
nobu deleted the jruby-workaround branch August 8, 2026 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

stty: stdin isn't a terminal error in JRuby rails console

1 participant