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

ruby-changes:58505

From: Hiroshi <ko1@a...>
Date: Wed, 30 Oct 2019 21:37:51 +0900 (JST)
Subject: [ruby-changes:58505] d3272fcba3 (master): Update the latest structure for racc upstream

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

From d3272fcba3196738403def453ef0a5119ce16953 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Wed, 30 Oct 2019 21:00:01 +0900
Subject: Update the latest structure for racc upstream


diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 58e1c3b..140cf37 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -208,7 +208,9 @@ def sync_default_gems(gem) https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L208
     mkdir_p("ext/racc/cparse")
     cp_r(Dir.glob("#{upstream}/ext/racc/cparse/*"), "ext/racc/cparse")
     cp_r("#{upstream}/test", "test/racc")
-    `git checkout ext/racc/cparse/README`
+    rm_rf("test/racc/lib")
+    rm_rf("lib/racc/cparse-jruby.jar")
+    `git checkout ext/racc/cparse/README ext/racc/cparse/depend`
   when "rexml", "rss", "matrix", "irb", "csv", "logger", "ostruct", "webrick", "fileutils", "forwardable", "prime", "tracer", "ipaddr", "mutex_m"
     sync_lib gem
   else
-- 
cgit v0.10.2


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

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