[PR #725] [CLOSED] Feature/7z delta #1186

Open
opened 2026-01-29 22:19:24 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/725
Author: @Erior
Created: 2/18/2023
Status: Closed

Base: masterHead: feature/7zDelta


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/725 **Author:** [@Erior](https://github.com/Erior) **Created:** 2/18/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/7zDelta` --- ### 📝 Commits (2) - [`0107336`](https://github.com/adamhathcock/sharpcompress/commit/0107336a9454cd320c398dff6cca0f5c7b3ac8fc) 7zDelta decompress example - [`9ed6861`](https://github.com/adamhathcock/sharpcompress/commit/9ed68611e0f22a03821b6130fbd8d009b1658b04) Remove includes not used ### 📊 Changes **6 files changed** (+55 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description After some conversation the delta filter functionality might need an implementation, refer to #526 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:19:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1186