<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/ripper, branch ruby_2_7</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Removed unnecessary RLIMIT_AS</title>
<updated>2022-11-24T02:20:51+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-04-28T14:36:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fa7fab95b9a2a3d2481ba803c1db31393c940bf7'/>
<id>fa7fab95b9a2a3d2481ba803c1db31393c940bf7</id>
<content type='text'>
Even without this limit, these assertions almost certainly cause a
NoMemoryError by removing the fix in 72ad8595f20.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Even without this limit, these assertions almost certainly cause a
NoMemoryError by removing the fix in 72ad8595f20.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add leading arguments support to arguments forwarding</title>
<updated>2020-12-31T06:19:16+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2020-12-31T06:19:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=27fca66207f2c35f2f44f6a7cbbe6fd153546082'/>
<id>27fca66207f2c35f2f44f6a7cbbe6fd153546082</id>
<content type='text'>
Implements [Feature #16378]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements [Feature #16378]
</pre>
</div>
</content>
</entry>
<entry>
<title>merge revision(s) 263b941321c3de6afc8f9dafbc2625f866b7437e: [Backport #16981]</title>
<updated>2020-06-27T03:20:36+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2020-06-27T03:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d8a32b146561a0ddd3e60da9863a082b7e7725db'/>
<id>d8a32b146561a0ddd3e60da9863a082b7e7725db</id>
<content type='text'>
	[ripper] fix mismatched indentations warning [Bug #16981]

	The scanner location has to be set from `lex.ptok` before it is
	flushed by dispatching the scanner event.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	[ripper] fix mismatched indentations warning [Bug #16981]

	The scanner location has to be set from `lex.ptok` before it is
	flushed by dispatching the scanner event.
</pre>
</div>
</content>
</entry>
<entry>
<title>Warn also numbered parameter like parameters</title>
<updated>2019-12-19T16:25:34+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-12-19T16:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=27ddb6e99848c397a415b785315896ab50308076'/>
<id>27ddb6e99848c397a415b785315896ab50308076</id>
<content type='text'>
[Feature #16433]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Feature #16433]
</pre>
</div>
</content>
</entry>
<entry>
<title>[ripper] Fixed unique key check in pattern matching</title>
<updated>2019-11-26T13:54:35+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-11-26T13:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9e01fcd0cb79a05daa50d99c888cc7eeb9c79426'/>
<id>9e01fcd0cb79a05daa50d99c888cc7eeb9c79426</id>
<content type='text'>
Check keys
* by an internal table, instead of unstable dispatched results
* and by parsed key values, instead of escaped forms in the source
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check keys
* by an internal table, instead of unstable dispatched results
* and by parsed key values, instead of escaped forms in the source
</pre>
</div>
</content>
</entry>
<entry>
<title>[ripper] Quoted label without expression must be a local variable</title>
<updated>2019-11-25T08:42:59+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-11-19T08:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=26625bc33c32e0945bf727234a3ce6da1eb0ddc4'/>
<id>26625bc33c32e0945bf727234a3ce6da1eb0ddc4</id>
<content type='text'>
The difference from 0b8c73aa65add5c57b46b0cfdf4e661508802172 is to
add the result of `string_add` event to marking objects.

```C
			    RNODE($1)-&gt;nd_rval = add_mark_object(p, $$);
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The difference from 0b8c73aa65add5c57b46b0cfdf4e661508802172 is to
add the result of `string_add` event to marking objects.

```C
			    RNODE($1)-&gt;nd_rval = add_mark_object(p, $$);
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[ripper] Quoted label without expression must be a local variable"</title>
<updated>2019-11-19T15:56:04+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-11-19T15:55:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=61131edba7c885a6d12c4d6f0e502fb40381f184'/>
<id>61131edba7c885a6d12c4d6f0e502fb40381f184</id>
<content type='text'>
This reverts commit 0b8c73aa65add5c57b46b0cfdf4e661508802172, which
seems breaking RVALUE consistency check.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 0b8c73aa65add5c57b46b0cfdf4e661508802172, which
seems breaking RVALUE consistency check.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ripper] Quoted label without expression must be a local variable</title>
<updated>2019-11-19T08:18:27+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-11-19T08:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0b8c73aa65add5c57b46b0cfdf4e661508802172'/>
<id>0b8c73aa65add5c57b46b0cfdf4e661508802172</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>`#@1` is no longer an embedded variable</title>
<updated>2019-11-14T07:37:25+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-11-14T07:37:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4d615a0c8f4759ce4f6b96b643ef957837bdf20e'/>
<id>4d615a0c8f4759ce4f6b96b643ef957837bdf20e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Method reference operator"</title>
<updated>2019-11-12T08:24:48+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-10-23T16:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fb6a489af2765a3b56e301adf0019af6bbad6156'/>
<id>fb6a489af2765a3b56e301adf0019af6bbad6156</id>
<content type='text'>
This reverts commit 67c574736912003c377218153f9d3b9c0c96a17b.
[Feature #16275]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 67c574736912003c377218153f9d3b9c0c96a17b.
[Feature #16275]
</pre>
</div>
</content>
</entry>
</feed>
