Update diff-lcs: 1.4.4 → 1.5.0 (minor) #77
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
Release Notes
1.5.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 32 commits:
Prevent tests from running more than once
Add codeql workflow
Make tests a little quieter by removing a debug statement
Prepare for release of 1.5.0
Merge pull request #80 from halostatue/reintroduce-the-threshold-test-optimization
Merge pull request #79 from halostatue/fix-failed-test-due-to-resolving-off-by-one-error
Reintroduce the threshold test optimization
Updating the comment to reflect the new found logic
Apply some performance improvement
The symmetrically makes it easier to understand
Use element directly instead of accessing it from the index
Correct the expected diff
Ensure that `rake test` runs `rake spec`
Remove rubocop configuration
Remove probaby-unnecessary threshold map update
Merge pull request #72 from tiendo1011/ax-unecessary-call
Use comment to aid reverting in case the change is problematic
Prepare for pre-release gem
Merge pull request #75 from tiendo1011/fix-off-by-one-error
Merge pull request #73 from tiendo1011/fix-infinite-method-call
Ax unnecessary calls
Fix off-by-one error
Fix infinite method call
Incremental improvements not yet released
Merge pull request #71 from tiendo1011/correct-last-index-calculation
Correct last index position
Handle some outdated dependency issues
Add more versions to unit test
Merge pull request #69 from kachick/use-new-interface-for-simplecov
Use new interface for SimpleCov::Formatter::MultiFormatter
Prepare for dropping rspec support in Hoe
Add fixtures to the manifest for inclusion in the gem
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands