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

ruby-changes:67101

From: aycabta <ko1@a...>
Date: Tue, 10 Aug 2021 02:39:01 +0900 (JST)
Subject: [ruby-changes:67101] b8f771fba2 (master): Update parser files of RDoc generated by the latest Racc

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

From b8f771fba2dde1e43173ceba21007d2612eddd44 Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Tue, 10 Aug 2021 02:35:50 +0900
Subject: Update parser files of RDoc generated by the latest Racc

---
 lib/rdoc/rd/block_parser.rb  | 2 +-
 lib/rdoc/rd/inline_parser.rb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/rdoc/rd/block_parser.rb b/lib/rdoc/rd/block_parser.rb
index cf30043..462ba86 100644
--- a/lib/rdoc/rd/block_parser.rb
+++ b/lib/rdoc/rd/block_parser.rb
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/rdoc/rd/block_parser.rb#L1
 # frozen_string_literal: true
 #
 # DO NOT MODIFY!!!!
-# This file is automatically generated by Racc 1.5.1
+# This file is automatically generated by Racc 1.5.2
 # from Racc grammar file "".
 #
 
diff --git a/lib/rdoc/rd/inline_parser.rb b/lib/rdoc/rd/inline_parser.rb
index 007327b..8f4c2c3 100644
--- a/lib/rdoc/rd/inline_parser.rb
+++ b/lib/rdoc/rd/inline_parser.rb
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/rdoc/rd/inline_parser.rb#L1
 # frozen_string_literal: true
 #
 # DO NOT MODIFY!!!!
-# This file is automatically generated by Racc 1.5.1
+# This file is automatically generated by Racc 1.5.2
 # from Racc grammar file "".
 #
 
-- 
cgit v1.1


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

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