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

Add workaround for ruby/debug/test/console/irb_test failing with StdioInputMethod #943

Merged
merged 1 commit into from
May 2, 2024

Conversation

tompng
Copy link
Member

@tompng tompng commented May 2, 2024

Debug compatibility test is failing after #907
Adding this puts makes ruby/debug's irb_test pass.

puts_inserts_newline.png
input:

M-x shell[ENTER]
irb[ENTER]
123456[ENTER]
puts 'hello'[ENTER]

I'll investigate why test was failing before. After fixing something, we may be able to remove this puts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants