<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/Remap.git/src/test/kotlin/com/replaymod/gradle/remap/pattern, branch bettererror</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/Remap.git/'/>
<entry>
<title>Fix pattern applying non-field to left side of assignment</title>
<updated>2022-05-27T06:55:53+00:00</updated>
<author>
<name>Jonas Herzig</name>
<email>me@johni0702.de</email>
</author>
<published>2022-05-27T06:47:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Remap.git/commit/?id=97d6082a172ca1c3872f81470bf64c6a42d1a571'/>
<id>97d6082a172ca1c3872f81470bf64c6a42d1a571</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix nested pattern matching</title>
<updated>2022-05-27T06:55:50+00:00</updated>
<author>
<name>Jonas Herzig</name>
<email>me@johni0702.de</email>
</author>
<published>2022-05-27T06:46:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Remap.git/commit/?id=5504b2ff877609d3800d5fce4fbc36a3b01911a5'/>
<id>5504b2ff877609d3800d5fce4fbc36a3b01911a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support matching lambda expressions with @Pattern</title>
<updated>2022-05-27T06:46:01+00:00</updated>
<author>
<name>Jonas Herzig</name>
<email>me@johni0702.de</email>
</author>
<published>2022-05-25T05:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Remap.git/commit/?id=4019ebe20786059fdce5b25c7cf6d746a083eef3'/>
<id>4019ebe20786059fdce5b25c7cf6d746a083eef3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support varargs as parameters to @Pattern</title>
<updated>2022-05-27T06:46:01+00:00</updated>
<author>
<name>Jonas Herzig</name>
<email>me@johni0702.de</email>
</author>
<published>2022-05-24T13:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Remap.git/commit/?id=1cf68fed94337060df65a832d0c3c3f5588ad7cb'/>
<id>1cf68fed94337060df65a832d0c3c3f5588ad7cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly support new expression matching in @Pattern</title>
<updated>2022-05-27T06:46:01+00:00</updated>
<author>
<name>Jonas Herzig</name>
<email>me@johni0702.de</email>
</author>
<published>2022-05-24T13:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Remap.git/commit/?id=51cf5a796dbf3a185bb80044976dc8f32ebbf040'/>
<id>51cf5a796dbf3a185bb80044976dc8f32ebbf040</id>
<content type='text'>
Used to only compare the arguments, nether the class nor the qualifier (the
outer class instance for inner classes constructor calls).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Used to only compare the arguments, nether the class nor the qualifier (the
outer class instance for inner classes constructor calls).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix loss of changes when multiple target the same start point</title>
<updated>2021-11-12T14:23:25+00:00</updated>
<author>
<name>Jonas Herzig</name>
<email>jonas@spark-squared.com</email>
</author>
<published>2021-11-11T19:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Remap.git/commit/?id=f1224518f86b0160149544dc8d56505a37a186e2'/>
<id>f1224518f86b0160149544dc8d56505a37a186e2</id>
<content type='text'>
While one might at first think that multiple changes should conflict if they
target that same start point, that is not necessarily true as long as no more
than one of them includes deletions: There may be an arbitrary number of
insertions at the same position (regular remapping never just inserts but
patterns can).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While one might at first think that multiple changes should conflict if they
target that same start point, that is not necessarily true as long as no more
than one of them includes deletions: There may be an arbitrary number of
insertions at the same position (regular remapping never just inserts but
patterns can).
</pre>
</div>
</content>
</entry>
</feed>
