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

ruby-changes:62619

From: Nobuyoshi <ko1@a...>
Date: Tue, 18 Aug 2020 18:57:13 +0900 (JST)
Subject: [ruby-changes:62619] 82d4da7816 (master): [ruby/irb] Yet another unnecessary readline

https://git.ruby-lang.org/ruby.git/commit/?id=82d4da7816

From 82d4da7816d114e31395441aca3c86111f1251bd Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Wed, 12 Aug 2020 12:50:57 +0900
Subject: [ruby/irb] Yet another unnecessary readline

https://github.com/ruby/irb/commit/933841af11

diff --git a/lib/irb/ext/save-history.rb b/lib/irb/ext/save-history.rb
index 3a0703a..7ba1237 100644
--- a/lib/irb/ext/save-history.rb
+++ b/lib/irb/ext/save-history.rb
@@ -9,8 +9,6 @@ https://github.com/ruby/ruby/blob/trunk/lib/irb/ext/save-history.rb#L9
 #
 #
 
-require "readline"
-
 module IRB
   module HistorySavingAbility # :nodoc:
   end
-- 
cgit v0.10.2


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

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