<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/prism/srcs.mk, 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>Update prism sources before dump_ast</title>
<updated>2026-03-29T15:33:39+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2026-03-19T11:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=58f324d308250c09646ae2bde4b49b8069f9185e'/>
<id>58f324d308250c09646ae2bde4b49b8069f9185e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Leverage new Prism APIs</title>
<updated>2026-03-20T13:37:43+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2026-03-19T16:22:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=78ab3a7ced8b75476577e09d5750c401e046c719'/>
<id>78ab3a7ced8b75476577e09d5750c401e046c719</id>
<content type='text'>
Prism changed structure quite a bit. Most of the previously-public
structs are now opaque. This requires quite a bit of changes
internally.

It also triggered some unrelated changes, which were necessary
because Prism's main header used to pull in standard headers. So
box.c and jit.c are now no longer transitively getting all the
headers they needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prism changed structure quite a bit. Most of the previously-public
structs are now opaque. This requires quite a bit of changes
internally.

It also triggered some unrelated changes, which were necessary
because Prism's main header used to pull in standard headers. So
box.c and jit.c are now no longer transitively getting all the
headers they needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>[PRISM] Template out node creation functions</title>
<updated>2026-03-06T00:06:16+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2026-03-05T22:29:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=45f030f9d7777ba326cb90cf2161d5cb493b35ad'/>
<id>45f030f9d7777ba326cb90cf2161d5cb493b35ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore distclean failures</title>
<updated>2025-12-07T12:18:00+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-12-07T09:16:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4080abecd6f7b2ce6f7e6a6d1801d3d9fcfa9a58'/>
<id>4080abecd6f7b2ce6f7e6a6d1801d3d9fcfa9a58</id>
<content type='text'>
Just clean the directory if it exists and is empty.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just clean the directory if it exists and is empty.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean prism directory</title>
<updated>2025-11-27T09:47:59+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-11-26T04:40:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=aebd391f9c31151a963b407a0429a1d57bd59c28'/>
<id>aebd391f9c31151a963b407a0429a1d57bd59c28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make PRISM_BUILD_DIR even when baseruby is available</title>
<updated>2025-09-15T05:56:28+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-09-15T05:56:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cb35cc630c1a0f343623317bcbc69c62f89b3be6'/>
<id>cb35cc630c1a0f343623317bcbc69c62f89b3be6</id>
<content type='text'>
It is needed before updating the timestamp for prism/srcs.mk.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is needed before updating the timestamp for prism/srcs.mk.
</pre>
</div>
</content>
</entry>
<entry>
<title>Just touch the timestamp for prism/srcs.mk when no baseruby</title>
<updated>2025-09-13T04:21:57+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-09-12T14:14:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=10f748480be666a280a20826a73824129e91cd88'/>
<id>10f748480be666a280a20826a73824129e91cd88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Just touch the timestamp for prism/srcs.mk when no baseruby"</title>
<updated>2025-09-12T16:19:43+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2025-09-12T16:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a35ceeedfada7cd556462401bef795470c38d41f'/>
<id>a35ceeedfada7cd556462401bef795470c38d41f</id>
<content type='text'>
This reverts commit 5a2cedd051634d6d1c8fbf48b0327f8cd8eec495.

The CI is telling us to revert the diff:
https://github.com/ruby/ruby/actions/runs/17679836157/job/50251138515
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 5a2cedd051634d6d1c8fbf48b0327f8cd8eec495.

The CI is telling us to revert the diff:
https://github.com/ruby/ruby/actions/runs/17679836157/job/50251138515
</pre>
</div>
</content>
</entry>
<entry>
<title>Just touch the timestamp for prism/srcs.mk when no baseruby</title>
<updated>2025-09-12T14:15:23+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-09-12T14:14:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5a2cedd051634d6d1c8fbf48b0327f8cd8eec495'/>
<id>5a2cedd051634d6d1c8fbf48b0327f8cd8eec495</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Gererate prism source files dependencies from template.rb</title>
<updated>2025-08-19T02:55:23+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-08-01T12:27:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d0d7f5500530402eae71cd6929fdd7389d0d65d3'/>
<id>d0d7f5500530402eae71cd6929fdd7389d0d65d3</id>
<content type='text'>
Update included file list automatically.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update included file list automatically.
</pre>
</div>
</content>
</entry>
</feed>
