ruby / irb

interactive Ruby
BSD 2-Clause "Simplified" License
393 stars 119 forks source link

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

Closed tompng closed 7 months ago

tompng commented 7 months ago

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.