mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #735] [MERGED] Remove check for minimal distance and add test case generated by 7z as compatibility check #1193
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/735
Author: @Erior
Created: 3/19/2023
Status: ✅ Merged
Merged: 3/21/2023
Merged by: @adamhathcock
Base:
master← Head:feature/Expand-Delta-distance-tests📝 Commits (2)
23a9ca3Delta distance9544960Merge branch 'master' into feature/Expand-Delta-distance-tests📊 Changes
4 files changed (+30 additions, -6 deletions)
View changed files
📝
src/SharpCompress/Compressors/Filters/DeltaFilter.cs(+0 -5)📝
tests/SharpCompress.Test/ArchiveTests.cs(+25 -0)📝
tests/SharpCompress.Test/SevenZip/SevenZipArchiveTests.cs(+5 -1)➕
tests/TestArchives/Archives/7Zip.delta.distance.7z(+0 -0)📄 Description
Hi
It seems the check for minimal distance in the Delta filter that I added is wrong, added test case generated by 7z as proof
Sorry for the inconvenience.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.