<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/node_dump.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>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>Follow up NODE_OP_ASGN2 structure change</title>
<updated>2023-10-24T22:38:01+00:00</updated>
<author>
<name>yui-knk</name>
<email>spiketeika@gmail.com</email>
</author>
<published>2023-10-24T09:54:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a2badf306661a88ce3001077520655e2b9c6b27c'/>
<id>a2badf306661a88ce3001077520655e2b9c6b27c</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>Extract NODE_FL_NEWLINE access to macro</title>
<updated>2023-10-11T10:22:34+00:00</updated>
<author>
<name>yui-knk</name>
<email>spiketeika@gmail.com</email>
</author>
<published>2023-10-10T12:24:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f9fe7aeef46fc1e7782a942aaafa2b157b5548de'/>
<id>f9fe7aeef46fc1e7782a942aaafa2b157b5548de</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>
<entry>
<title>Use rb_node_opt_arg_t and rb_node_kw_arg_t instead of NODE</title>
<updated>2023-10-01T00:19:42+00:00</updated>
<author>
<name>yui-knk</name>
<email>spiketeika@gmail.com</email>
</author>
<published>2023-09-30T08:18:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cecd1de2eb33719269ce5fd68217cdab96a3dfad'/>
<id>cecd1de2eb33719269ce5fd68217cdab96a3dfad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand pattern_info struct into ARYPTN Node and FNDPTN Node</title>
<updated>2023-09-30T04:11:32+00:00</updated>
<author>
<name>yui-knk</name>
<email>spiketeika@gmail.com</email>
</author>
<published>2023-09-28T11:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d293d9e1917d28bf77f690e3c944b6ad876efd0c'/>
<id>d293d9e1917d28bf77f690e3c944b6ad876efd0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
