<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/.gitignore, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Sync .gitignore from master</title>
<updated>2024-05-28T20:39:05+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2024-05-28T20:39:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=46dbcd8e9b9c2b20be0af58ada427ff4a5f1794b'/>
<id>46dbcd8e9b9c2b20be0af58ada427ff4a5f1794b</id>
<content type='text'>
to avoid committing unrelated files unexpectedly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to avoid committing unrelated files unexpectedly
</pre>
</div>
</content>
</entry>
<entry>
<title>[prism] Ignore other generated files from prism</title>
<updated>2023-11-16T17:14:24+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2023-11-16T17:14:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=124319486b57bc3d242460c5c651f551ce9776f1'/>
<id>124319486b57bc3d242460c5c651f551ce9776f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore inputs to tool/update-NEWS-gemlist.rb</title>
<updated>2023-10-19T23:31:26+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2023-10-19T23:31:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a9df1e699048eb0245015a6a2faa6e9e2d1dfeb9'/>
<id>a9df1e699048eb0245015a6a2faa6e9e2d1dfeb9</id>
<content type='text'>
generated by check_misc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
generated by check_misc
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename YARP filepaths to prism filepaths</title>
<updated>2023-09-27T17:57:38+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2023-09-27T16:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8ab56869a64fdccc094f4a83c6367fb23b72d38b'/>
<id>8ab56869a64fdccc094f4a83c6367fb23b72d38b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update YARP gitignore</title>
<updated>2023-09-27T16:10:23+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2023-09-26T15:43:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=758e70d3d47910394cb91cdf3adc924bf45334a7'/>
<id>758e70d3d47910394cb91cdf3adc924bf45334a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore deleted .gitignore</title>
<updated>2023-09-19T23:33:48+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2023-09-19T23:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4c1e367039d1a35f7eed8d2d80ce7eff2d69fcec'/>
<id>4c1e367039d1a35f7eed8d2d80ce7eff2d69fcec</id>
<content type='text'>
It was deleted in 7fc73ab5f6fbe46655855079954b26dcc14576b3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was deleted in 7fc73ab5f6fbe46655855079954b26dcc14576b3.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/yarp] Only keep semantic fields in Java, i.e. skip location fields</title>
<updated>2023-09-19T17:20:01+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2023-09-12T15:20:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7fc73ab5f6fbe46655855079954b26dcc14576b3'/>
<id>7fc73ab5f6fbe46655855079954b26dcc14576b3</id>
<content type='text'>
* Add $YARP_SERIALIZE_ONLY_SEMANTICS_FIELDS to control where to serialize location fields at templating time,
  this way there is no overhead for either case and nothing to check at runtime.
* Add a byte in the header to indicate whether location fields are included as expected.
* Fixes https://github.com/ruby/yarp/issues/807
* Simplify the build-java CI job now that the FFI backend is available so JRuby can serialize.
* Support keeping some location fields which are still needed until there is a replacement

https://github.com/ruby/yarp/commit/fc5cf2df12
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add $YARP_SERIALIZE_ONLY_SEMANTICS_FIELDS to control where to serialize location fields at templating time,
  this way there is no overhead for either case and nothing to check at runtime.
* Add a byte in the header to indicate whether location fields are included as expected.
* Fixes https://github.com/ruby/yarp/issues/807
* Simplify the build-java CI job now that the FFI backend is available so JRuby can serialize.
* Support keeping some location fields which are still needed until there is a replacement

https://github.com/ruby/yarp/commit/fc5cf2df12
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove config.h from targets necessary for YARP</title>
<updated>2023-08-25T22:20:51+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2023-08-25T22:06:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=293959a7452cb69d4c80e94b243d84b4de702707'/>
<id>293959a7452cb69d4c80e94b243d84b4de702707</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update sync script to handle yarp/version.h</title>
<updated>2023-08-25T19:47:25+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2023-08-25T19:47:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a7c7cd11bc5c33173f3eeab8600819f84fe2d662'/>
<id>a7c7cd11bc5c33173f3eeab8600819f84fe2d662</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix mutation visitor build for YARP templating</title>
<updated>2023-08-25T19:33:14+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2023-08-25T19:33:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=dd07b70253e958e547aff607d6a95a0bad77d56e'/>
<id>dd07b70253e958e547aff607d6a95a0bad77d56e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
