<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/lombok.git/website/templates/features/var.html, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/'/>
<entry>
<title>[docs] we had 2 references to v2.0.0; in the end that turned out to simply be v1.16.20.</title>
<updated>2019-03-25T19:41:27+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2019-03-25T19:41:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=732d3db79a781b30e6763167ad1baf05ffb9f125'/>
<id>732d3db79a781b30e6763167ad1baf05ffb9f125</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[var] various upgrades to var:</title>
<updated>2018-02-06T23:01:22+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2018-02-06T21:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=66469e04fe35e5ceb3723cb563379a03e4883101'/>
<id>66469e04fe35e5ceb3723cb563379a03e4883101</id>
<content type='text'>
* var is promoted to the main package.
* It is no longer an opt-in thing.
* bug: var (unlike val) is allowed in old-style for loops, but if you multi-init: for (var i = 0, j="Foo";;), you now get an error that you can't do that.
* tests both for the multi-for situation and the new main package variant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* var is promoted to the main package.
* It is no longer an opt-in thing.
* bug: var (unlike val) is allowed in old-style for loops, but if you multi-init: for (var i = 0, j="Foo";;), you now get an error that you can't do that.
* tests both for the multi-for situation and the new main package variant.
</pre>
</div>
</content>
</entry>
</feed>
