<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/prism/result/warnings_test.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>Bump Prism version to 1.5.0</title>
<updated>2025-09-12T21:30:16+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2025-09-12T20:09:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=52b3f006cb31672c45b26f6a44a609fd1b8e2ee5'/>
<id>52b3f006cb31672c45b26f6a44a609fd1b8e2ee5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] Do not warn for unused variables on negative lines</title>
<updated>2024-10-10T15:13:10+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2024-10-10T14:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b5ecb03ae40e01ffe57b4dc409f8c96b15e32b12'/>
<id>b5ecb03ae40e01ffe57b4dc409f8c96b15e32b12</id>
<content type='text'>
Fixes [Bug #20788]

https://github.com/ruby/prism/commit/27e91f21af
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes [Bug #20788]

https://github.com/ruby/prism/commit/27e91f21af
</pre>
</div>
</content>
</entry>
<entry>
<title>[PRISM] Do not warn ambiguous ampersand when symbol literal</title>
<updated>2024-09-13T18:09:02+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2024-09-13T16:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=77521afac1687602fde4046ab20f016c61089003'/>
<id>77521afac1687602fde4046ab20f016c61089003</id>
<content type='text'>
Fixes [Bug #20735]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes [Bug #20735]
</pre>
</div>
</content>
</entry>
<entry>
<title>[PRISM] Only parse shebang on main script</title>
<updated>2024-09-13T16:51:53+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2024-09-13T15:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9afc6a981deae6e23d938cf5c2c4baadfeaafdb1'/>
<id>9afc6a981deae6e23d938cf5c2c4baadfeaafdb1</id>
<content type='text'>
Fixes [Bug #20730]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes [Bug #20730]
</pre>
</div>
</content>
</entry>
<entry>
<title>[PRISM] Allow case/when to be indented with no warning</title>
<updated>2024-09-13T16:51:36+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2024-09-13T16:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d42d19059d75bf1c05c1bc916775b47629b59eb7'/>
<id>d42d19059d75bf1c05c1bc916775b47629b59eb7</id>
<content type='text'>
Fixes [Bug #20731]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes [Bug #20731]
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] Reverse-sync numbered reference range handling</title>
<updated>2024-09-13T13:17:56+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2024-09-12T16:32:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f0dcbbe9b9de45669dad67bd99d4539ccd4bbc83'/>
<id>f0dcbbe9b9de45669dad67bd99d4539ccd4bbc83</id>
<content type='text'>
https://github.com/ruby/prism/commit/a2f57ef6e3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/prism/commit/a2f57ef6e3
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] Do not warn \r in shebang on windows</title>
<updated>2024-09-12T15:50:34+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2024-09-11T20:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=15135030e5808d527325feaaaf04caeb1b44f8b5'/>
<id>15135030e5808d527325feaaaf04caeb1b44f8b5</id>
<content type='text'>
https://github.com/ruby/prism/commit/e8c862ca1f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/prism/commit/e8c862ca1f
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] Fix warning when `#!` ends with carriage return</title>
<updated>2024-08-27T16:46:44+00:00</updated>
<author>
<name>Alexander Momchilov</name>
<email>alexander.momchilov@shopify.com</email>
</author>
<published>2024-08-22T22:30:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2fbaff5351e6130929079d73575f0a00fe86a770'/>
<id>2fbaff5351e6130929079d73575f0a00fe86a770</id>
<content type='text'>
https://github.com/ruby/prism/commit/5753fb6260
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/prism/commit/5753fb6260
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] Implement mismatched indentation warning</title>
<updated>2024-07-22T18:57:10+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2024-07-19T15:08:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2effa98b6f2f30a4b53f8fa2bb24234e980569e7'/>
<id>2effa98b6f2f30a4b53f8fa2bb24234e980569e7</id>
<content type='text'>
https://github.com/ruby/prism/commit/5d5bf92be8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/prism/commit/5d5bf92be8
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] Various cleanup for initializers and typechecks</title>
<updated>2024-07-11T18:25:54+00:00</updated>
<author>
<name>Kevin Newton</name>
<email>kddnewton@gmail.com</email>
</author>
<published>2024-07-03T15:23:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=aa473489a2ff5e5ed6d3536466e6108539c97a8b'/>
<id>aa473489a2ff5e5ed6d3536466e6108539c97a8b</id>
<content type='text'>
https://github.com/ruby/prism/commit/86cf82794a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/prism/commit/86cf82794a
</pre>
</div>
</content>
</entry>
</feed>
