<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/prism/errors/command_calls_35.txt, 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>[ruby/prism] Reject `p(p a, &amp;block =&gt; value)` and similar</title>
<updated>2025-12-19T00:58:53+00:00</updated>
<author>
<name>Earlopain</name>
<email>14981592+Earlopain@users.noreply.github.com</email>
</author>
<published>2025-12-01T20:13:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e2c886dd669dd640dae75e3ac6d7206b74870d1b'/>
<id>e2c886dd669dd640dae75e3ac6d7206b74870d1b</id>
<content type='text'>
Redo of https://github.com/ruby/prism/pull/3669 with more tests

https://github.com/ruby/prism/commit/48b403ea79
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Redo of https://github.com/ruby/prism/pull/3669 with more tests

https://github.com/ruby/prism/commit/48b403ea79
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] Revert "Reject `p(p a, &amp;block =&gt; value)` and similar"</title>
<updated>2025-11-23T21:36:19+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2025-11-23T21:35:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b75cf83a333ab4e321e89cdefb94e684f6648033'/>
<id>b75cf83a333ab4e321e89cdefb94e684f6648033</id>
<content type='text'>
https://github.com/ruby/prism/commit/fef2c20777
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/prism/commit/fef2c20777
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] Reject `p(p a, &amp;block =&gt; value)` and similar</title>
<updated>2025-11-23T18:15:15+00:00</updated>
<author>
<name>Earlopain</name>
<email>14981592+Earlopain@users.noreply.github.com</email>
</author>
<published>2025-11-18T08:33:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2870b7d7df30bc227f40a4c04c97050b90f1f25b'/>
<id>2870b7d7df30bc227f40a4c04c97050b90f1f25b</id>
<content type='text'>
They were being parsed as `p((p a, &amp;block) =&gt; value)`.
When we get to this point, we must not just have parsed a command call, always consuming the `=&gt;` is not correct.

Closes [Bug #21622]

https://github.com/ruby/prism/commit/796ab0edf4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They were being parsed as `p((p a, &amp;block) =&gt; value)`.
When we get to this point, we must not just have parsed a command call, always consuming the `=&gt;` is not correct.

Closes [Bug #21622]

https://github.com/ruby/prism/commit/796ab0edf4
</pre>
</div>
</content>
</entry>
</feed>
