<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/ripper/test_scanner_events.rb, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[Bug #20784] Fix incomplete character syntax followed by EOF</title>
<updated>2024-10-05T06:59:01+00:00</updated>
<author>
<name>tompng</name>
<email>tomoyapenguin@gmail.com</email>
</author>
<published>2024-10-05T06:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6743e6285a585fbd0a3b25b8eeed10caf1fae66e'/>
<id>6743e6285a585fbd0a3b25b8eeed10caf1fae66e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #20649] Allow `nil` as 2nd argument of `assign_error`</title>
<updated>2024-07-24T13:18:36+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-07-24T12:28:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=97449338d6cb42d9dd7c9ca61550616e7e6b6ef6'/>
<id>97449338d6cb42d9dd7c9ca61550616e7e6b6ef6</id>
<content type='text'>
Fallback to the last token element in that case, for the backward
compatibilities.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fallback to the last token element in that case, for the backward
compatibilities.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dispatch invalid hex escape content too</title>
<updated>2023-12-01T06:04:30+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-12-01T05:52:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e36b9760fd0eb3bffbf1536106ce3cce02816c1f'/>
<id>e36b9760fd0eb3bffbf1536106ce3cce02816c1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #20030] dispatch invalid escaped character without ignoring it</title>
<updated>2023-12-01T06:04:30+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-12-01T04:04:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d503e1b95a40e45d7767e0175de60092de4ba54e'/>
<id>d503e1b95a40e45d7767e0175de60092de4ba54e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #19788] Use the result of `tCOLON2` event</title>
<updated>2023-08-01T10:00:31+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-07-31T02:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=382678d4112f4afc6272244c22924d2b004274b1'/>
<id>382678d4112f4afc6272244c22924d2b004274b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #19563] Yield words separators per lines</title>
<updated>2023-04-07T14:13:56+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-04-07T14:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ac8a16237c727ae2a1446ef6dc810d0e750971fb'/>
<id>ac8a16237c727ae2a1446ef6dc810d0e750971fb</id>
<content type='text'>
So that newlines across a here-doc terminator will be separated
tokens.

Cf. https://github.com/ruby/irb/pull/558</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that newlines across a here-doc terminator will be separated
tokens.

Cf. https://github.com/ruby/irb/pull/558</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #19291] Rewind to the previous line</title>
<updated>2023-01-02T07:12:08+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-01-01T15:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3becc4a105bcf873fdc6e83c2a957f73718c5084'/>
<id>3becc4a105bcf873fdc6e83c2a957f73718c5084</id>
<content type='text'>
When rewinding looking ahead after newline token, also reset the last
line string, the pointers to it, and the location, not only the line
number.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When rewinding looking ahead after newline token, also reset the last
line string, the pointers to it, and the location, not only the line
number.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjut indent [ci skip]</title>
<updated>2023-01-02T07:12:08+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-01-01T13:16:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1912bf54613f2e60e96a15906be0684a99ac9553'/>
<id>1912bf54613f2e60e96a15906be0684a99ac9553</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ripper: refine test to show expected states</title>
<updated>2021-12-14T11:06:51+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-12-14T09:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6daec46014f12c7e6698fd0ce80970072d0bc0fa'/>
<id>6daec46014f12c7e6698fd0ce80970072d0bc0fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
