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

ruby-changes:59989

From: aycabta <ko1@a...>
Date: Mon, 10 Feb 2020 19:41:50 +0900 (JST)
Subject: [ruby-changes:59989] 6891fd1580 (master): Don't use upstream ext/readline/depend

https://git.ruby-lang.org/ruby.git/commit/?id=6891fd1580

From 6891fd15805fa0fe1f7e815bfdbf60696b7120ea Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Mon, 10 Feb 2020 19:41:07 +0900
Subject: Don't use upstream ext/readline/depend


diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 329f0c1..a353d55 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -271,6 +271,7 @@ def sync_default_gems(gem) https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L271
     cp_r("#{upstream}/ext/readline", "ext")
     cp_r("#{upstream}/test/readline", "test")
     cp_r("#{upstream}/readline-ext.gemspec", "ext/readline")
+    `git checkout ext/readline/depend`
   when "did_you_mean"
     rm_rf(%w[lib/did_you_mean* test/did_you_mean])
     cp_r(Dir.glob("#{upstream}/lib/did_you_mean*"), "lib")
-- 
cgit v0.10.2


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

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