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.

@st0012 st0012 merged commit acf3c18 into ruby:master May 2, 2024
30 checks passed
matzbot pushed a commit to ruby/ruby that referenced this pull request May 2, 2024
@tompng tompng deleted the debug_compatibility_test_workaround branch May 2, 2024 16:33
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