Project

General

Profile

« Previous | Next » 

Revision 7c226291

Added by st0012 (Stan Lo) almost 2 years ago

[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