summaryrefslogtreecommitdiff
path: root/test/ruby/test_thread_queue.rb
diff options
context:
space:
mode:
authorStan Lo <stan001212@gmail.com>2024-02-16 16:12:50 +0000
committergit <svn-admin@ruby-lang.org>2024-02-16 16:12:54 +0000
commitb315826377bfa3fae6f513da12327c9133852486 (patch)
tree38a04918f59a448b2fdf4357f9e9a662474679cb /test/ruby/test_thread_queue.rb
parentff4f5c0cdd24234811094a07302765fabfe6dacf (diff)
[ruby/irb] Support repeating debugger input by passing empty input
to it (https://github.com/ruby/irb/pull/856) * Test IRB's behaviour with empty input * Handle empty input and pass it to debugger Since `rdbg` accepts empty input to repeat the previous command, IRB should take empty input in `irb:rdbg` sessions and pass them to the debugger. Currently, IRB simply ignores empty input and does nothing. This commit creates `EmptyInput` to represent empty input so it can fit into the current IRB's input processing flow in `Irb#eval_input`. https://github.com/ruby/irb/commit/0e9db419be
Diffstat (limited to 'test/ruby/test_thread_queue.rb')
0 files changed, 0 insertions, 0 deletions