ruby-changes:67149
From: aycabta <ko1@a...>
Date: Sat, 14 Aug 2021 22:13:48 +0900 (JST)
Subject: [ruby-changes:67149] 9f88135f78 (master): [ruby/readline-ext] Give up Editline
https://git.ruby-lang.org/ruby.git/commit/?id=9f88135f78 From 9f88135f7885be93eb790b985b93e0646dae81ac Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@g...> Date: Sat, 14 Aug 2021 22:13:00 +0900 Subject: [ruby/readline-ext] Give up Editline https://github.com/ruby/readline-ext/commit/d924cfc1e6 --- test/readline/test_readline.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/readline/test_readline.rb b/test/readline/test_readline.rb index 802d5e7..4949aec 100644 --- a/test/readline/test_readline.rb +++ b/test/readline/test_readline.rb @@ -477,7 +477,7 @@ module BasetestReadline https://github.com/ruby/ruby/blob/trunk/test/readline/test_readline.rb#L477 end end - # TODO Green CI for arm32-linux (Travis CI), Editline, and Readline 7.0. + # TODO Green CI for arm32-linux (Travis CI), and Readline 7.0. def test_interrupt_in_other_thread # Editline and Readline 7.0 can't treat I/O that is not tty. omit "Skip Editline" if /EditLine/n.match(Readline::VERSION) -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/