<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ast.c, 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>Remove duplicate to_path conversion</title>
<updated>2023-11-02T01:06:03+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-11-02T01:06:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=45eee0cd9444634fb9fe9a7a8db5d394658e6c60'/>
<id>45eee0cd9444634fb9fe9a7a8db5d394658e6c60</id>
<content type='text'>
`rb_file_open_str` calls `FilePathValue`, and the converted result is
not used in this function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`rb_file_open_str` calls `FilePathValue`, and the converted result is
not used in this function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Embed `rb_args_info` in `rb_node_args_t`</title>
<updated>2023-10-29T15:19:43+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-10-29T15:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=13c9cbe09ef310c7ddf055d57ebf4586e9f9a111'/>
<id>13c9cbe09ef310c7ddf055d57ebf4586e9f9a111</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand OP_ASGN1 nd_args to nd_index and nd_rvalue</title>
<updated>2023-10-19T22:56:20+00:00</updated>
<author>
<name>yui-knk</name>
<email>spiketeika@gmail.com</email>
</author>
<published>2023-10-18T14:59:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=08e25985d1cadf9487e0a02f3956236e1158b210'/>
<id>08e25985d1cadf9487e0a02f3956236e1158b210</id>
<content type='text'>
ARGSCAT has been used for nd_args to hold index and rvalue,
because there was limitation on the number of members for Node.
We can easily change structure of node now, let's expand it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ARGSCAT has been used for nd_args to hold index and rvalue,
because there was limitation on the number of members for Node.
We can easily change structure of node now, let's expand it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Differentiate VAR nodes</title>
<updated>2023-10-09T04:33:36+00:00</updated>
<author>
<name>yui-knk</name>
<email>spiketeika@gmail.com</email>
</author>
<published>2023-10-09T00:27:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3049b5e348be2595e4b8c5dbddcdaef5a82d0276'/>
<id>3049b5e348be2595e4b8c5dbddcdaef5a82d0276</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Differentiate CALL nodes</title>
<updated>2023-10-09T04:33:36+00:00</updated>
<author>
<name>yui-knk</name>
<email>spiketeika@gmail.com</email>
</author>
<published>2023-10-09T00:20:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=09b33ea15a10985b3260df055a4b58f335bb8c98'/>
<id>09b33ea15a10985b3260df055a4b58f335bb8c98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Differentiate ASGN nodes</title>
<updated>2023-10-07T08:54:35+00:00</updated>
<author>
<name>yui-knk</name>
<email>spiketeika@gmail.com</email>
</author>
<published>2023-10-07T01:37:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=529a651f82855956b6bd54794d629f91964e9de9'/>
<id>529a651f82855956b6bd54794d629f91964e9de9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass nd_value to NODE_REQUIRED_KEYWORD_P</title>
<updated>2023-10-07T08:54:35+00:00</updated>
<author>
<name>yui-knk</name>
<email>spiketeika@gmail.com</email>
</author>
<published>2023-10-07T00:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f28d3803741f4e58b24154afbcead3726044ec4d'/>
<id>f28d3803741f4e58b24154afbcead3726044ec4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `NODE_VALUES`</title>
<updated>2023-10-05T18:39:58+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-10-05T12:55:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a5cc6341c0688c346f70098652b2375c03df40aa'/>
<id>a5cc6341c0688c346f70098652b2375c03df40aa</id>
<content type='text'>
This node type was added for the multi-value experiment back in 2004.
The feature itself was removed after a few years, but this is its
remnant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This node type was added for the multi-value experiment back in 2004.
The feature itself was removed after a few years, but this is its
remnant.
</pre>
</div>
</content>
</entry>
<entry>
<title>Differentiate `NODE_BREAK`/`NODE_NEXT`/`NODE_RETURN`</title>
<updated>2023-10-05T05:23:42+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-10-05T02:26:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=696022a0cb8938c23e5297dd3b6acdec30f2f045'/>
<id>696022a0cb8938c23e5297dd3b6acdec30f2f045</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move internal NODE_DEF_TEMP to parse.y</title>
<updated>2023-10-05T05:23:42+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-10-05T01:52:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=70e1635950fcf77ba43cffc110eac910332ea2a6'/>
<id>70e1635950fcf77ba43cffc110eac910332ea2a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
