Skip to content

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

Merged
st0012 merged 1 commit intoruby:masterfrom
tompng:debug_compatibility_test_workaround
May 2, 2024
Merged

Add workaround for ruby/debug/test/console/irb_test failing with StdioInputMethod#943
st0012 merged 1 commit intoruby:masterfrom
tompng:debug_compatibility_test_workaround

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants