From 5458f23de24352d115b85470af831ce746a7fb39 Mon Sep 17 00:00:00 2001 From: aycabta Date: Fri, 3 Sep 2021 02:50:59 +0900 Subject: [PATCH] [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 b1653f353c..b1d52dd2e3 100644 --- a/test/irb/yamatanooroti/test_rendering.rb +++ b/test/irb/yamatanooroti/test_rendering.rb @@ -26,6 +26,7 @@ begin 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