<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/ripper/test_lexer.rb, branch ruby_3_3</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>merge revision(s) 27321290: [Backport #20521]</title>
<updated>2024-06-11T18:17:32+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2024-06-11T18:17:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=23f4b78ad8844ec81cb02fad25a6247a2d498582'/>
<id>23f4b78ad8844ec81cb02fad25a6247a2d498582</id>
<content type='text'>
	[Bug #20521] ripper: Clean up strterm
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	[Bug #20521] ripper: Clean up strterm
</pre>
</div>
</content>
</entry>
<entry>
<title>merge revision(s) 05553cf22d43dd78b8f30cc4591230b5c000c538: [Backport #20517]</title>
<updated>2024-06-04T21:58:37+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2024-06-04T21:58:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1ff55bb09dca302d42951059a73e6d237fd8c338'/>
<id>1ff55bb09dca302d42951059a73e6d237fd8c338</id>
<content type='text'>
	[Bug #20517] Make a multibyte character one token at meta escape
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	[Bug #20517] Make a multibyte character one token at meta escape
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #19838] Flush delayed token nonconsecutive with the next token</title>
<updated>2023-12-01T17:41:39+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-12-01T13:58:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e5e1f9813e23c427cf45a25181b2e6d3cf97411a'/>
<id>e5e1f9813e23c427cf45a25181b2e6d3cf97411a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #19736] Recover after unterminated interpolation</title>
<updated>2023-06-20T11:10:46+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-06-20T11:10:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6be402e172a537000de58a28af389cb55dd62ec8'/>
<id>6be402e172a537000de58a28af389cb55dd62ec8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #19399] Parsing invalid heredoc inside block parameter</title>
<updated>2023-02-02T03:20:10+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-02-02T01:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fad48fefe19cc282a5b209944244a3713359b47f'/>
<id>fad48fefe19cc282a5b209944244a3713359b47f</id>
<content type='text'>
Although this is of course invalid as Ruby code, allow to just parse
and tokenize.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Although this is of course invalid as Ruby code, allow to just parse
and tokenize.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #18963] Separate string contents by here document terminator</title>
<updated>2022-08-28T00:29:24+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-08-28T00:29:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ace2eee544378eb03ea95b95c89434508325e8c8'/>
<id>ace2eee544378eb03ea95b95c89434508325e8c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #18962] Do not read again once reached EOF</title>
<updated>2022-08-12T06:58:18+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-08-11T13:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=844a0edbae6e74293e3d0cb1ceeeb66a4371d06d'/>
<id>844a0edbae6e74293e3d0cb1ceeeb66a4371d06d</id>
<content type='text'>
`Ripper::Lexer#parse` re-parses the source code with syntax errors
when `raise_errors: false`.

Co-Authored-By: tompng &lt;tomoyapenguin@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`Ripper::Lexer#parse` re-parses the source code with syntax errors
when `raise_errors: false`.

Co-Authored-By: tompng &lt;tomoyapenguin@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo [ci skip]</title>
<updated>2021-02-19T08:27:53+00:00</updated>
<author>
<name>Shugo Maeda</name>
<email>shugo@ruby-lang.org</email>
</author>
<published>2021-02-19T08:27:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a319c048187bb32677730a6c6e5a1a0fce7fad36'/>
<id>a319c048187bb32677730a6c6e5a1a0fce7fad36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ripper: fix a bug of Ripper::Lexer with syntax error and heredoc [Bug #17644]</title>
<updated>2021-02-19T07:40:29+00:00</updated>
<author>
<name>Shugo Maeda</name>
<email>shugo@ruby-lang.org</email>
</author>
<published>2021-02-19T07:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5de38c41ae7bf17ae599fdfa9f8face87f16d8bb'/>
<id>5de38c41ae7bf17ae599fdfa9f8face87f16d8bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Ripper with heredoc.</title>
<updated>2021-01-17T03:58:13+00:00</updated>
<author>
<name>manga_osyo</name>
<email>manga.osyo@gmail.com</email>
</author>
<published>2021-01-16T19:41:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b84b253a69537a14e4854e17b6d94ae75c2af050'/>
<id>b84b253a69537a14e4854e17b6d94ae75c2af050</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
