<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/.github/workflows/parsey.yml, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Bump up the latest version of actions</title>
<updated>2025-05-01T07:10:56+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-05-01T03:12:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b04f3995ea520d723de5507203abc63537ad8fd3'/>
<id>b04f3995ea520d723de5507203abc63537ad8fd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge revision(s) 051af9529b03c11aff8f6a09522c69983e3a9d72: [Backport #21017]</title>
<updated>2025-02-14T01:53:47+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2025-02-14T01:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c3d30e4dabb2b895c347e10221467dd1b1124ca4'/>
<id>c3d30e4dabb2b895c347e10221467dd1b1124ca4</id>
<content type='text'>
	[Bug #21017] Fix `--with-parser` configure option
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	[Bug #21017] Fix `--with-parser` configure option
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in parse.y GH Actions workflow</title>
<updated>2024-11-21T14:49:00+00:00</updated>
<author>
<name>Matt Valentine-House</name>
<email>matt@eightbitraptor.com</email>
</author>
<published>2024-11-20T22:11:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=640bacceb19f3ba2b60789a01511e5e280f8b4ce'/>
<id>640bacceb19f3ba2b60789a01511e5e280f8b4ce</id>
<content type='text'>
with-praser -&gt; with-parser
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with-praser -&gt; with-parser
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: In parse.y runs, use ./configure --with-parser=parse.y</title>
<updated>2024-11-08T15:29:55+00:00</updated>
<author>
<name>Alan Wu</name>
<email>XrXr@users.noreply.github.com</email>
</author>
<published>2024-11-07T14:41:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4b4c94b17cf5eb6d068bfa1186815391dedb19a3'/>
<id>4b4c94b17cf5eb6d068bfa1186815391dedb19a3</id>
<content type='text'>
Because tests might not use the command-line --parser option, or be
aware that they should be, it's better to test with the default
parser set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because tests might not use the command-line --parser option, or be
aware that they should be, it's better to test with the default
parser set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused timeout in parsey CI.</title>
<updated>2024-10-09T20:57:27+00:00</updated>
<author>
<name>Matt Valentine-House</name>
<email>matt@eightbitraptor.com</email>
</author>
<published>2024-10-09T19:58:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d0bff661d65451065cc1132db25a2da2ecc87feb'/>
<id>d0bff661d65451065cc1132db25a2da2ecc87feb</id>
<content type='text'>
This is unset and has no fallback. it's causing an error in the CI
output

Error: An error occurred when attempting to determine the step timeout.
Error: The template is not valid. .github/workflows/parsey.yml (Line:
78, Col: 26): Unexpected value ''
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is unset and has no fallback. it's causing an error in the CI
output

Error: An error occurred when attempting to determine the step timeout.
Error: The template is not valid. .github/workflows/parsey.yml (Line:
78, Col: 26): Unexpected value ''
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: Use full name of the label 'Documentation'</title>
<updated>2024-10-07T13:00:31+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-10-07T13:00:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ef7d7ee72309c57576d3e2f95e4364cc6c301428'/>
<id>ef7d7ee72309c57576d3e2f95e4364cc6c301428</id>
<content type='text'>
Since `github.event.pull_request.labels.*.name` is an object filter,
the item to be searched in needs to be the same whole string, not a
partial string.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since `github.event.pull_request.labels.*.name` is an object filter,
the item to be searched in needs to be the same whole string, not a
partial string.
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: Simplify parsey.yml</title>
<updated>2024-10-05T23:29:08+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-10-05T17:03:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a6383fbe1628bdaa9ec6a30b3baa60dd7430b461'/>
<id>a6383fbe1628bdaa9ec6a30b3baa60dd7430b461</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump actions/checkout</title>
<updated>2024-09-29T12:38:14+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-09-29T12:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=52e40aeab60e46bc59e34e20b80c5c7f4abb889f'/>
<id>52e40aeab60e46bc59e34e20b80c5c7f4abb889f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update parsey.yml as others</title>
<updated>2024-09-20T12:09:16+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-09-20T10:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=276bb584570eef4565a11d0dbb246b2b4aed8390'/>
<id>276bb584570eef4565a11d0dbb246b2b4aed8390</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch the default parser from parse.y to Prism</title>
<updated>2024-09-12T17:43:04+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2024-08-28T20:35:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ea2af5782df63266577ba08a4ef4c30b6d63e564'/>
<id>ea2af5782df63266577ba08a4ef4c30b6d63e564</id>
<content type='text'>
This commit switches the default parser to Prism. There are a
couple of additional changes related to this that are a part of
this as well to make this happen.

* Switch the default parser in parse.h
* Remove the Prism-specific workflow and add a parse.y-specific
  workflow to CI so that it continues to be tested
* Update a few test exclusions since Prism has the correct
  behavior but parse.y doesn't per
  https://bugs.ruby-lang.org/issues/20504.
* Skips a couple of tests on RBS which are failing because they
  are using RubyVM::AbstractSyntaxTree.of.

Fixes [Feature #20564]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit switches the default parser to Prism. There are a
couple of additional changes related to this that are a part of
this as well to make this happen.

* Switch the default parser in parse.h
* Remove the Prism-specific workflow and add a parse.y-specific
  workflow to CI so that it continues to be tested
* Update a few test exclusions since Prism has the correct
  behavior but parse.y doesn't per
  https://bugs.ruby-lang.org/issues/20504.
* Skips a couple of tests on RBS which are failing because they
  are using RubyVM::AbstractSyntaxTree.of.

Fixes [Feature #20564]
</pre>
</div>
</content>
</entry>
</feed>
