[前][次][番号順一覧][スレッド一覧]

ruby-changes:67574

From: aycabta <ko1@a...>
Date: Fri, 3 Sep 2021 04:28:57 +0900 (JST)
Subject: [ruby-changes:67574] 5458f23de2 (master): [ruby/irb] Add TODO comment to remove disabling autocomplete later

https://git.ruby-lang.org/ruby.git/commit/?id=5458f23de2

From 5458f23de24352d115b85470af831ce746a7fb39 Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Fri, 3 Sep 2021 02:50:59 +0900
Subject: [ruby/irb] Add TODO comment to remove disabling autocomplete later

https://github.com/ruby/irb/commit/856f001b60
---
 test/irb/yamatanooroti/test_rendering.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/irb/yamatanooroti/test_rendering.rb b/test/irb/yamatanooroti/test_rendering.rb
index b1653f3..b1d52dd 100644
--- a/test/irb/yamatanooroti/test_rendering.rb
+++ b/test/irb/yamatanooroti/test_rendering.rb
@@ -26,6 +26,7 @@ begin https://github.com/ruby/ruby/blob/trunk/test/irb/yamatanooroti/test_rendering.rb#L26
     end
 
     def test_launch
+      # TODO Remove the disabling autocomplete after new versoin of reline gem is released.
       write_irbrc <<~'LINES'
         puts 'start IRB'
         IRB.conf[:USE_AUTOCOMPLETE] = false
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]