<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/diff-lcs.git/lib/diff, branch reintroduce-the-threshold-test-optimization</title>
<subtitle>github.com: halostatue/diff-lcs
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/diff-lcs.git/'/>
<entry>
<title>Reintroduce the threshold test optimization</title>
<updated>2021-12-22T07:22:06+00:00</updated>
<author>
<name>tiendo1011</name>
<email>tiendo1011@gmail.com</email>
</author>
<published>2021-12-22T07:22:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/diff-lcs.git/commit/?id=15ec8fa2ceaddeee68a4bdaae0e2252de1c80213'/>
<id>15ec8fa2ceaddeee68a4bdaae0e2252de1c80213</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #72 from tiendo1011/ax-unecessary-call</title>
<updated>2021-12-20T16:20:25+00:00</updated>
<author>
<name>Austin Ziegler</name>
<email>austin@zieglers.ca</email>
</author>
<published>2021-12-20T16:20:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/diff-lcs.git/commit/?id=01fce789b26d9adc65d29af9b8a194e1b3ef7a60'/>
<id>01fce789b26d9adc65d29af9b8a194e1b3ef7a60</id>
<content type='text'>
Ax unecessary call</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ax unecessary call</pre>
</div>
</content>
</entry>
<entry>
<title>Use comment to aid reverting in case the change is problematic</title>
<updated>2021-12-20T06:04:37+00:00</updated>
<author>
<name>tiendo1011</name>
<email>tiendo1011@gmail.com</email>
</author>
<published>2021-12-20T06:04:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/diff-lcs.git/commit/?id=7b9fa86d33b1aa42e629f152c5acb43176a420d3'/>
<id>7b9fa86d33b1aa42e629f152c5acb43176a420d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare for pre-release gem</title>
<updated>2021-12-20T02:23:24+00:00</updated>
<author>
<name>Austin Ziegler</name>
<email>austin@zieglers.ca</email>
</author>
<published>2021-12-20T02:23:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/diff-lcs.git/commit/?id=0c1529965772baf94aee9c94109df9ffecbc9407'/>
<id>0c1529965772baf94aee9c94109df9ffecbc9407</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #75 from tiendo1011/fix-off-by-one-error</title>
<updated>2021-12-20T02:16:54+00:00</updated>
<author>
<name>Austin Ziegler</name>
<email>austin@zieglers.ca</email>
</author>
<published>2021-12-20T02:16:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/diff-lcs.git/commit/?id=ac66fb387e56ad841035ec55fdd93d9e2f11a9ff'/>
<id>ac66fb387e56ad841035ec55fdd93d9e2f11a9ff</id>
<content type='text'>
Fix off-by-one error</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix off-by-one error</pre>
</div>
</content>
</entry>
<entry>
<title>Ax unnecessary calls</title>
<updated>2021-12-19T10:17:47+00:00</updated>
<author>
<name>tiendo1011</name>
<email>tiendo1011@gmail.com</email>
</author>
<published>2021-12-19T10:15:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/diff-lcs.git/commit/?id=334b12eb1b2f8671c66b416b4ce37c3c6add18be'/>
<id>334b12eb1b2f8671c66b416b4ce37c3c6add18be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix off-by-one error</title>
<updated>2021-12-19T09:49:28+00:00</updated>
<author>
<name>tiendo1011</name>
<email>tiendo1011@gmail.com</email>
</author>
<published>2021-12-19T09:44:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/diff-lcs.git/commit/?id=eb5b8cb8b5622915aa43fb1d50f9feba7bf2f5f4'/>
<id>eb5b8cb8b5622915aa43fb1d50f9feba7bf2f5f4</id>
<content type='text'>
in ruby, (0..matches.size) will include both sides in the range, which
means we'll get off-by-one error
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in ruby, (0..matches.size) will include both sides in the range, which
means we'll get off-by-one error
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix infinite method call</title>
<updated>2021-12-19T00:36:29+00:00</updated>
<author>
<name>tiendo1011</name>
<email>tiendo1011@gmail.com</email>
</author>
<published>2021-12-19T00:36:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/diff-lcs.git/commit/?id=0e4fdb9b3b6ab715c5886274c52335c742387c0d'/>
<id>0e4fdb9b3b6ab715c5886274c52335c742387c0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct last index position</title>
<updated>2021-12-16T06:00:39+00:00</updated>
<author>
<name>tiendo1011</name>
<email>tiendo1011@gmail.com</email>
</author>
<published>2021-12-14T08:56:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/diff-lcs.git/commit/?id=2a8a8100fef8865da2b43c4d40924a08b1b67c75'/>
<id>2a8a8100fef8865da2b43c4d40924a08b1b67c75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title># This is a combination of 9 commits.</title>
<updated>2020-07-01T15:53:51+00:00</updated>
<author>
<name>Austin Ziegler</name>
<email>austin@zieglers.ca</email>
</author>
<published>2020-06-30T13:51:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/diff-lcs.git/commit/?id=60613d2af564a93dc5c19c8a71c3f674a5db6fdb'/>
<id>60613d2af564a93dc5c19c8a71c3f674a5db6fdb</id>
<content type='text'>
# This is the 1st commit message:

Fix improperly placed chunks

Resolve #65

- Also add even more tests for checking `ldiff` results against `diff` results.
- Fix issues with diff/ldiff output highlighted by the above tests.
- Add a parameter to indicate that the hunk being processed is the _last_ hunk;
  this results in correct counting of the hunk size.
- The misplaced chunks were happening because of an improper `.abs` on
  `#diff_size`, when the `.abs` needed to be on the finding of the maximum diff
  size.

# This is the commit message #2:

Ooops. Debugger

# This is the commit message #3:

Restore missing test

- Fix some more format issues raised by the missing test.
- Start fixing Rubocop formatting.

# This is the commit message #4:

Last RuboCop fixes

# This is the commit message #5:

Finalize diff-lcs 1.4

# This is the commit message #6:

Fix #44

The problem here was the precedence of `or` vs `||`. Switching to `||` resulted
in the expected behaviour.

# This is the commit message #7:

Resolve #43

# This is the commit message #8:

Typo

# This is the commit message #9:

Resolve #35 with a comment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# This is the 1st commit message:

Fix improperly placed chunks

Resolve #65

- Also add even more tests for checking `ldiff` results against `diff` results.
- Fix issues with diff/ldiff output highlighted by the above tests.
- Add a parameter to indicate that the hunk being processed is the _last_ hunk;
  this results in correct counting of the hunk size.
- The misplaced chunks were happening because of an improper `.abs` on
  `#diff_size`, when the `.abs` needed to be on the finding of the maximum diff
  size.

# This is the commit message #2:

Ooops. Debugger

# This is the commit message #3:

Restore missing test

- Fix some more format issues raised by the missing test.
- Start fixing Rubocop formatting.

# This is the commit message #4:

Last RuboCop fixes

# This is the commit message #5:

Finalize diff-lcs 1.4

# This is the commit message #6:

Fix #44

The problem here was the precedence of `or` vs `||`. Switching to `||` resulted
in the expected behaviour.

# This is the commit message #7:

Resolve #43

# This is the commit message #8:

Typo

# This is the commit message #9:

Resolve #35 with a comment
</pre>
</div>
</content>
</entry>
</feed>
