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

ruby-changes:67102

From: aycabta <ko1@a...>
Date: Tue, 10 Aug 2021 02:39:03 +0900 (JST)
Subject: [ruby-changes:67102] 6b439e9c4e (master): [ruby/rdoc] Use HEAD of kpeg

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

From 6b439e9c4e361c2b0763af950beeb7d908ddbab8 Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Mon, 9 Aug 2021 21:04:39 +0900
Subject: [ruby/rdoc] Use HEAD of kpeg

I compared the results between the latest release of kpeg gem (1.1.0)
and HEAD of kpeg gem with `time` command, and the execution time is
reduced from 38.35s sec to 35.06 sec.

ref. https://github.com/evanphx/kpeg/pull/43

https://github.com/ruby/rdoc/commit/682bcb48ce
---
 lib/rdoc/Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/rdoc/Gemfile b/lib/rdoc/Gemfile
index 9d3931c..f853aa9 100644
--- a/lib/rdoc/Gemfile
+++ b/lib/rdoc/Gemfile
@@ -5,7 +5,7 @@ gemspec https://github.com/ruby/ruby/blob/trunk/lib/rdoc/Gemfile#L5
 group :development do
   gem 'rake'
   gem 'racc', '> 1.4.10'
-  gem 'kpeg'
+  gem 'kpeg', github: 'evanphx/kpeg'
   gem 'test-unit'
   gem 'minitest' # for test_rdoc_rubygems_hook.rb
   gem 'rubocop'
-- 
cgit v1.1


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

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