mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #725] [CLOSED] Feature/7z delta #1186
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/725
Author: @Erior
Created: 2/18/2023
Status: ❌ Closed
Base:
master← Head:feature/7zDelta📝 Commits (2)
01073367zDelta decompress example9ed6861Remove includes not used📊 Changes
6 files changed (+55 additions, -6 deletions)
View changed files
➕
src/SharpCompress/Compressors/Filters/DeltaFilter.cs(+42 -0)📝
src/SharpCompress/Compressors/LZMA/Registry.cs(+4 -2)📝
tests/SharpCompress.Test/Rar/RarArchiveTests.cs(+2 -2)📝
tests/SharpCompress.Test/SevenZip/SevenZipArchiveTests.cs(+6 -1)📝
tests/SharpCompress.Test/SharpCompress.Test.csproj(+1 -1)➕
tests/TestArchives/Archives/7Zip.delta.7z(+0 -0)📄 Description
After some conversation the delta filter functionality might need an implementation, refer to #526
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.