<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/prism/translation/ripper, branch v4.0.3</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Sync Prism to 1.8.0</title>
<updated>2026-01-13T01:59:55+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2026-01-13T01:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a10f7fac1fb1dcbdb1ae41137bd7294764a34793'/>
<id>a10f7fac1fb1dcbdb1ae41137bd7294764a34793</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] [DOC] Specify markdown mode to RDoc</title>
<updated>2025-05-29T04:45:58+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-05-28T10:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=991cf2dd4d611d5a8b275dfb3ec83c4d25799629'/>
<id>991cf2dd4d611d5a8b275dfb3ec83c4d25799629</id>
<content type='text'>
https://github.com/ruby/prism/commit/12af4e144e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/prism/commit/12af4e144e
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] Use `require_relative` in the Prism codebase</title>
<updated>2024-03-18T16:12:49+00:00</updated>
<author>
<name>Koichi ITO</name>
<email>koic.ito@gmail.com</email>
</author>
<published>2024-03-16T17:16:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7a1a572428ed7a5cac416735f1b50273d51bdf75'/>
<id>7a1a572428ed7a5cac416735f1b50273d51bdf75</id>
<content type='text'>
If there are many searches in the `$LOAD_PATH` in the user environment,
require will perform unnecessary searches that are not needed.
In contrast, `require_relative` is efficient because it uses a relative path.

https://github.com/ruby/prism/commit/438ccc67bd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If there are many searches in the `$LOAD_PATH` in the user environment,
require will perform unnecessary searches that are not needed.
In contrast, `require_relative` is efficient because it uses a relative path.

https://github.com/ruby/prism/commit/438ccc67bd
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] Fix up linting in ripper translation</title>
<updated>2024-03-06T16:43:06+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2024-03-06T16:34:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=532ddc1745a3a9aaee4a1bdf3b6c81e5a3df0c81'/>
<id>532ddc1745a3a9aaee4a1bdf3b6c81e5a3df0c81</id>
<content type='text'>
https://github.com/ruby/prism/commit/5cf5f15ee7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/prism/commit/5cf5f15ee7
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] Only run ripper tests on 3.3+</title>
<updated>2024-03-06T16:43:05+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2024-03-06T15:43:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1966b5c8c607325bce251ceca016db720b643a10'/>
<id>1966b5c8c607325bce251ceca016db720b643a10</id>
<content type='text'>
https://github.com/ruby/prism/commit/f8b973e8cd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/prism/commit/f8b973e8cd
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] More closely match the ripper API for ripper translation</title>
<updated>2024-03-06T16:43:03+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2024-03-06T12:45:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f6d9057b31c5365ee2f2598a2f4871ad554f1713'/>
<id>f6d9057b31c5365ee2f2598a2f4871ad554f1713</id>
<content type='text'>
https://github.com/ruby/prism/commit/716ee0e91a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/prism/commit/716ee0e91a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] Reconsolidate ripper files</title>
<updated>2024-03-06T16:42:36+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2024-03-05T01:06:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d56e80f07f78d5714b233b8ea5d5eeb55a6d1154'/>
<id>d56e80f07f78d5714b233b8ea5d5eeb55a6d1154</id>
<content type='text'>
https://github.com/ruby/prism/commit/7a277be5fb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/prism/commit/7a277be5fb
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] More rescue and ensure; constant handling</title>
<updated>2024-02-16T17:50:17+00:00</updated>
<author>
<name>Noah Gibbs</name>
<email>the.codefolio.guy@gmail.com</email>
</author>
<published>2024-02-16T14:29:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e801ccb3432f0fccb6c2ff9b09e6c174d9b153bc'/>
<id>e801ccb3432f0fccb6c2ff9b09e6c174d9b153bc</id>
<content type='text'>
https://github.com/ruby/prism/commit/207f579e70
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/prism/commit/207f579e70
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] Move visit methods into a Ripper Compiler</title>
<updated>2024-02-16T17:50:17+00:00</updated>
<author>
<name>Noah Gibbs</name>
<email>the.codefolio.guy@gmail.com</email>
</author>
<published>2024-02-15T15:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7d3e889bbbf88a156b0993ff85e29e191809ddd3'/>
<id>7d3e889bbbf88a156b0993ff85e29e191809ddd3</id>
<content type='text'>
https://github.com/ruby/prism/commit/44c4dc5268
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/prism/commit/44c4dc5268
</pre>
</div>
</content>
</entry>
</feed>
