<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/racc/regress, branch master</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Try to promote racc as bundled gems</title>
<updated>2023-06-08T08:25:38+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-05-31T08:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d1775aa388bff73ca2d22344d4c3745f23bfe654'/>
<id>d1775aa388bff73ca2d22344d4c3745f23bfe654</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/racc] Get rid of anonymous eval calls</title>
<updated>2023-01-11T22:52:29+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2023-01-11T10:17:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bcdc058e50674aedb180eea91e0fdb15bcf529db'/>
<id>bcdc058e50674aedb180eea91e0fdb15bcf529db</id>
<content type='text'>
Things declared in anonymous eval are always annoying to locate.
(profilers, etc)

https://github.com/ruby/racc/commit/f304205256
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Things declared in anonymous eval are always annoying to locate.
(profilers, etc)

https://github.com/ruby/racc/commit/f304205256
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/racc] Make racc Ractor compatible</title>
<updated>2023-01-11T22:52:25+00:00</updated>
<author>
<name>Masataka Pocke Kuwabara</name>
<email>kuwabara@pocke.me</email>
</author>
<published>2021-09-13T10:00:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=11e15b4d481608b3d494af4cf7e5eb67a4dd0d7c'/>
<id>11e15b4d481608b3d494af4cf7e5eb67a4dd0d7c</id>
<content type='text'>
https://github.com/ruby/racc/commit/1948de9d1d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/racc/commit/1948de9d1d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/racc] Prefer __dir__ over File.dirname(__FILE__)</title>
<updated>2021-09-15T07:20:18+00:00</updated>
<author>
<name>Olle Jonsson</name>
<email>olle.jonsson@auctionet.com</email>
</author>
<published>2021-09-14T12:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=645acf5771dccdae7791c8e1e24a43ad350a3594'/>
<id>645acf5771dccdae7791c8e1e24a43ad350a3594</id>
<content type='text'>
https://github.com/ruby/racc/commit/c49df40658
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/racc/commit/c49df40658
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/racc] Rename helper to case</title>
<updated>2021-09-14T23:52:49+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-09-14T12:15:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f650ca7568d076f6e7afb32886abfcf85b17275d'/>
<id>f650ca7568d076f6e7afb32886abfcf85b17275d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/racc] Stop compressing integer lists</title>
<updated>2021-06-25T08:23:06+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2021-05-31T10:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=71344a1d63038aa30328f91a180efb486ae4c19a'/>
<id>71344a1d63038aa30328f91a180efb486ae4c19a</id>
<content type='text'>
It is unclear why this was implemented, I assume
it was for performance back in 2006.

However today, this compression defeats bytecode caching
entirely and end up being counter productive.

https://github.com/ruby/racc/commit/ae3703c1d0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is unclear why this was implemented, I assume
it was for performance back in 2006.

However today, this compression defeats bytecode caching
entirely and end up being counter productive.

https://github.com/ruby/racc/commit/ae3703c1d0
</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>Fixed misspellings</title>
<updated>2019-12-20T03:19:45+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-12-20T03:19:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e68999c82c4863d33a6f893661fba1b7538c5671'/>
<id>e68999c82c4863d33a6f893661fba1b7538c5671</id>
<content type='text'>
Fixed misspellings reported at [Bug #16437], for default gems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed misspellings reported at [Bug #16437], for default gems.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update regression tests for 1.4.16</title>
<updated>2019-12-10T09:41:05+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-12-10T09:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=79d2a1b004b06692279bb647e0eee712e55d14c4'/>
<id>79d2a1b004b06692279bb647e0eee712e55d14c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2019-11-17T04:11:25+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2019-11-17T04:11:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=449b2b9214256b059ed883770222382d3bc90578'/>
<id>449b2b9214256b059ed883770222382d3bc90578</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
