<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/racc/statetransitiontable.rb, branch v3_2_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Always issue deprecation warning when calling Regexp.new with 3rd positional argument</title>
<updated>2022-12-22T19:50:26+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2022-12-20T20:44:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7e8fa06022a9e412e3f8e6c8b6f0ba1909f648d5'/>
<id>7e8fa06022a9e412e3f8e6c8b6f0ba1909f648d5</id>
<content type='text'>
Previously, only certain values of the 3rd argument triggered a
deprecation warning.

First step for fix for bug #18797.  Support for the 3rd argument
will be removed after the release of Ruby 3.2.

Fix minor fallout discovered by the tests.

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, only certain values of the 3rd argument triggered a
deprecation warning.

First step for fix for bug #18797.  Support for the 3rd argument
will be removed after the release of Ruby 3.2.

Fix minor fallout discovered by the tests.

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/racc] Fix flag to `Regexp.new`</title>
<updated>2022-06-16T12:43:53+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-06-16T10:52:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1cc64a5514309920c48874bbccc87102b69c2abf'/>
<id>1cc64a5514309920c48874bbccc87102b69c2abf</id>
<content type='text'>
Probably intended to pass encoding "none".

https://github.com/ruby/racc/commit/65cd26efd8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Probably intended to pass encoding "none".

https://github.com/ruby/racc/commit/65cd26efd8
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/racc] Remove Object monkey patch</title>
<updated>2021-06-25T08:26:27+00:00</updated>
<author>
<name>Aaron Patterson</name>
<email>tenderlove@ruby-lang.org</email>
</author>
<published>2021-04-27T18:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b036a44e57a662d94ba2e67512f6d390b1e36b45'/>
<id>b036a44e57a662d94ba2e67512f6d390b1e36b45</id>
<content type='text'>
I don't think we need this monkey patch anymore, so lets remove it!

https://github.com/ruby/racc/commit/464485e912
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I don't think we need this monkey patch anymore, so lets remove it!

https://github.com/ruby/racc/commit/464485e912
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/racc] Use the Ruby license. Fix #134</title>
<updated>2020-11-10T12:20:31+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-11-10T12:00:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5a19b492dad5a444826d18cf6d1a1261464a02c4'/>
<id>5a19b492dad5a444826d18cf6d1a1261464a02c4</id>
<content type='text'>
https://github.com/ruby/racc/commit/7c881cd548
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/racc/commit/7c881cd548
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/racc/statetransitiontable.rb: Make the racc output stable</title>
<updated>2020-11-09T22:49:19+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2020-11-09T10:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2fed5f0ad806869139d0e0b1ffc30c517e6baf20'/>
<id>2fed5f0ad806869139d0e0b1ffc30c517e6baf20</id>
<content type='text'>
Racc calls `Array#sort!` to build a state transition table. As
`Array#sort!` is not a stable sort, the output may differ depending upon
the environment.

This changeset makes the sort stable manually, and updates all
expectation files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Racc calls `Array#sort!` to build a state transition table. As
`Array#sort!` is not a stable sort, the output may differ depending upon
the environment.

This changeset makes the sort stable manually, and updates all
expectation files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge racc from upstream repository.</title>
<updated>2020-02-27T04:33:51+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-02-27T04:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=229ba1215fa7c8181b9296dff22807fb17442c74'/>
<id>229ba1215fa7c8181b9296dff22807fb17442c74</id>
<content type='text'>
  * Support Ruby 2.4's frozen string literals.
  * Remove VCS revisions headers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * Support Ruby 2.4's frozen string literals.
  * Remove VCS revisions headers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop parsing copyright notices as document [ci skip]</title>
<updated>2020-01-28T14:00:13+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-01-28T14:00:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fb41246ddb2dd3c1b4595cd7e27ed3710def3fc8'/>
<id>fb41246ddb2dd3c1b4595cd7e27ed3710def3fc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport racc-1.4.15 from upstream.</title>
<updated>2019-06-19T09:17:25+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-05-13T12:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1a2546c2be839baa7d0a50dc056d4d6987d26852'/>
<id>1a2546c2be839baa7d0a50dc056d4d6987d26852</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
