<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/ruby/test_parse.rb, branch v4.0.2</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[Bug #21712] Allow `.()` call for command with block</title>
<updated>2025-12-11T09:35:39+00:00</updated>
<author>
<name>yui-knk</name>
<email>spiketeika@gmail.com</email>
</author>
<published>2025-12-02T02:03:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c5b51bdd8c69ae038daf80cb227df854ca0110f1'/>
<id>c5b51bdd8c69ae038daf80cb227df854ca0110f1</id>
<content type='text'>
This commit allows codes like `a b do end.()` and `a b do end&amp;.()`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit allows codes like `a b do end.()` and `a b do end&amp;.()`.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo s/sharable/shareable/</title>
<updated>2025-12-04T18:10:50+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2025-12-04T17:40:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2aaea665bb19be8ed64605ec9aa5c990fddbd2ce'/>
<id>2aaea665bb19be8ed64605ec9aa5c990fddbd2ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #21026] no singleton method on pseudo variable literal</title>
<updated>2025-03-20T08:32:26+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-03-13T06:17:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=820c541671d9485144d81138bb029f2da8379edd'/>
<id>820c541671d9485144d81138bb029f2da8379edd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #21186] multibyte char literal should be a single letter word</title>
<updated>2025-03-17T14:55:11+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-03-17T12:37:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1acfb29015dbc38fd345d8786aa78aad59f7dcd1'/>
<id>1acfb29015dbc38fd345d8786aa78aad59f7dcd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #21153] Add missing op-assign to top const in `command_asgn`</title>
<updated>2025-02-24T14:20:12+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-02-24T14:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=21ac0a3a640a2a86e8716675f82221f178e29088'/>
<id>21ac0a3a640a2a86e8716675f82221f178e29088</id>
<content type='text'>
It was defined in `arg` only; moved that pattern to `op_asgn` rule to
share it with `command_asgn`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was defined in `arg` only; moved that pattern to `op_asgn` rule to
share it with `command_asgn`.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #21011] `nd_value` is NULL in massign</title>
<updated>2025-01-08T04:26:14+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-01-08T03:03:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b81db531b24a6824bf5b89d8460baed5d5418835'/>
<id>b81db531b24a6824bf5b89d8460baed5d5418835</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide Ractor support for **</title>
<updated>2024-12-20T21:45:28+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2024-12-20T20:47:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=391b6746cdc3fa39d1a5d832debe9c5b5dc39f51'/>
<id>391b6746cdc3fa39d1a5d832debe9c5b5dc39f51</id>
<content type='text'>
Fixes [Bug #20916]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes [Bug #20916]
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #20927] Fix compile_shareable_literal_constant for hash with keyword splat</title>
<updated>2024-12-15T07:55:30+00:00</updated>
<author>
<name>tompng</name>
<email>tomoyapenguin@gmail.com</email>
</author>
<published>2024-12-12T17:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e06b3b5ad1f6453ebebc5d9a54d82e3bb2ab116f'/>
<id>e06b3b5ad1f6453ebebc5d9a54d82e3bb2ab116f</id>
<content type='text'>
Compilation of NODE_HASH in compile_shareable_literal_constant does not support hash that contains keyword splat.
If there is a keyword splat, fallback to default case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Compilation of NODE_HASH in compile_shareable_literal_constant does not support hash that contains keyword splat.
If there is a keyword splat, fallback to default case.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #20680] `ensure` block is always void context</title>
<updated>2024-08-24T23:16:54+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-08-17T11:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=620ce3807b51e126bfb41b9b87ff7b33584058f2'/>
<id>620ce3807b51e126bfb41b9b87ff7b33584058f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cherry-pick test for [Bug #20668]</title>
<updated>2024-08-10T10:41:35+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2024-08-10T09:50:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b1f4222fc55ffa37496645a02dbe2a4f103b5d5b'/>
<id>b1f4222fc55ffa37496645a02dbe2a4f103b5d5b</id>
<content type='text'>
The bug didn't impact master because this was largely refactored,
but it's still valuable to add the test for it to prevent future
regressions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The bug didn't impact master because this was largely refactored,
but it's still valuable to add the test for it to prevent future
regressions.
</pre>
</div>
</content>
</entry>
</feed>
