ruby/lib/reline
Stan Lo 7c226291d3 [ruby/reline] Remove Timeout usage
(https://github.com/ruby/reline/pull/580)

Timeout's implementation relies on Thread, which would conflict with
`ruby/debug`'s thread-freezing implementation and has casued issues like

- ruby/debug#877
- ruby/debug#934
- ruby/debug#1000

This commit avoids the issue by completely removing the use of Timeout.

https://github.com/ruby/reline/commit/d4f0cd3fe1
2023-08-20 10:40:55 +00:00
..
key_actor [ruby/reline] Use unix_line_discard when Ctrl-u is entered 2021-12-30 20:23:58 +09:00
unicode [ruby/reline] Update to Unicode 15.0.0 2023-01-12 09:40:34 +00:00
ansi.rb [ruby/reline] Remove Timeout usage 2023-08-20 10:40:55 +00:00
config.rb [ruby/reline] Splat is always an Array 2023-01-31 09:33:49 +09:00
general_io.rb [ruby/reline] Remove Timeout usage 2023-08-20 10:40:55 +00:00
history.rb [ruby/reline] Negative history_size means unlimited 2020-04-29 19:13:14 +09:00
key_actor.rb Add Reline as a fallback library for Readline 2019-04-30 11:44:20 +09:00
key_stroke.rb [ruby/reline] Ignore unhandled escape sequences 2023-07-08 08:41:30 +00:00
kill_ring.rb [ruby/reline] Add Enumerable to KillRing for debugging 2020-12-19 02:12:11 +09:00
line_editor.rb [ruby/reline] Add `kill-word` and `backward-kill-word` keymapping 2023-07-27 09:08:24 +00:00
reline.gemspec [ruby/reline] Require Ruby >= 2.6 2022-05-20 17:49:15 +09:00
terminfo.rb [ruby/reline] Remove unnecessary conditions for 2023-06-02 12:18:06 +00:00
unicode.rb [ruby/reline] Remove unused method 2023-06-22 17:07:23 +00:00
version.rb [ruby/reline] Bump version to 0.3.7 2023-07-27 08:23:08 +00:00
windows.rb [ruby/reline] Remove Timeout usage 2023-08-20 10:40:55 +00:00