[PR #344] Fix Ignoring archive files after processing of internal archive #977

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/344
Author: @codeFather2
Created: 1/29/2018
Status: 🔄 Open

Base: masterHead: master


📝 Commits (2)

📊 Changes

8 files changed (+54 additions, -3 deletions)

View changed files

📝 src/SharpCompress/Common/Zip/StreamingZipHeaderFactory.cs (+11 -1)
📝 tests/SharpCompress.Test/SharpCompress.Test.csproj (+1 -1)
📝 tests/SharpCompress.Test/TestBase.cs (+2 -0)
📝 tests/SharpCompress.Test/Zip/ZipArchiveTests.cs (+1 -1)
📝 tests/SharpCompress.Test/Zip/ZipReaderTests.cs (+31 -0)
tests/TestArchives/Archives/Zip.MacOs.ArchiveWithArchive.zip (+0 -0)
tests/TestArchives/OriginalMacOsChild/1/.metadata/2/repositories.xml.zip (+0 -0)
tests/TestArchives/OriginalMacOsChild/1/a/b/c/d/e/m1.m (+8 -0)

📄 Description

Fix #343


🔄 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/344 **Author:** [@codeFather2](https://github.com/codeFather2) **Created:** 1/29/2018 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`1545005`](https://github.com/adamhathcock/sharpcompress/commit/15450051a4c4f94ba3e4deb6ba30d7b152d4466c) Fix #343 - [`0c73abc`](https://github.com/adamhathcock/sharpcompress/commit/0c73abc24edbac4c2cc56c9a527a48516e274ff8) MacOs Archive with child Arhcives test: ### 📊 Changes **8 files changed** (+54 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Common/Zip/StreamingZipHeaderFactory.cs` (+11 -1) 📝 `tests/SharpCompress.Test/SharpCompress.Test.csproj` (+1 -1) 📝 `tests/SharpCompress.Test/TestBase.cs` (+2 -0) 📝 `tests/SharpCompress.Test/Zip/ZipArchiveTests.cs` (+1 -1) 📝 `tests/SharpCompress.Test/Zip/ZipReaderTests.cs` (+31 -0) ➕ `tests/TestArchives/Archives/Zip.MacOs.ArchiveWithArchive.zip` (+0 -0) ➕ `tests/TestArchives/OriginalMacOsChild/1/.metadata/2/repositories.xml.zip` (+0 -0) ➕ `tests/TestArchives/OriginalMacOsChild/1/a/b/c/d/e/m1.m` (+8 -0) </details> ### 📄 Description Fix #343 --- <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:18:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#977