[PR #1030] [MERGED] Added buffer boundary tests. #1449

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/1030
Author: @TwanVanDongen
Created: 11/22/2025
Status: Merged
Merged: 11/23/2025
Merged by: @adamhathcock

Base: masterHead: master


📝 Commits (1)

  • 2321e2c Added buffer boundaty tests. Changed largefile to Alice29.txt as it's sufficient for the tests.

📊 Changes

16 files changed (+3632 additions, -6 deletions)

View changed files

📝 src/SharpCompress/Common/Arc/ArcEntryHeader.cs (+1 -1)
📝 src/SharpCompress/Common/Arc/ArcFilePart.cs (+9 -1)
📝 src/SharpCompress/Common/Arj/ArjFilePart.cs (+1 -1)
📝 src/SharpCompress/Common/CompressionType.cs (+1 -1)
📝 tests/SharpCompress.Test/Arc/ArcReaderTests.cs (+9 -0)
📝 tests/SharpCompress.Test/ReaderTests.cs (+2 -2)
tests/TestArchives/Archives/Arc.crunched.largefile.arc (+0 -0)
tests/TestArchives/Archives/Arc.squashed.largefile.arc (+0 -0)
📝 tests/TestArchives/Archives/Arc.squeezed.largefile.arc (+0 -0)
📝 tests/TestArchives/Archives/Arc.uncompressed.largefile.arc (+0 -0)
📝 tests/TestArchives/Archives/Arj.method1.largefile.arj (+0 -0)
📝 tests/TestArchives/Archives/Arj.method2.largefile.arj (+0 -0)
📝 tests/TestArchives/Archives/Arj.method3.largefile.arj (+0 -0)
📝 tests/TestArchives/Archives/Arj.method4.largefile.arj (+0 -0)
📝 tests/TestArchives/Archives/Arj.store.largefile.arj (+0 -0)
tests/TestArchives/MiscTest/alice29.txt (+3609 -0)

📄 Description

Changed largefile to Alice29.txt as it's sufficient for the tests and increased test performance. Alice29.txt is copyright free.


🔄 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/1030 **Author:** [@TwanVanDongen](https://github.com/TwanVanDongen) **Created:** 11/22/2025 **Status:** ✅ Merged **Merged:** 11/23/2025 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`2321e2c`](https://github.com/adamhathcock/sharpcompress/commit/2321e2c90b52a868a22284c5e100d6fe0dc167ba) Added buffer boundaty tests. Changed largefile to Alice29.txt as it's sufficient for the tests. ### 📊 Changes **16 files changed** (+3632 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Common/Arc/ArcEntryHeader.cs` (+1 -1) 📝 `src/SharpCompress/Common/Arc/ArcFilePart.cs` (+9 -1) 📝 `src/SharpCompress/Common/Arj/ArjFilePart.cs` (+1 -1) 📝 `src/SharpCompress/Common/CompressionType.cs` (+1 -1) 📝 `tests/SharpCompress.Test/Arc/ArcReaderTests.cs` (+9 -0) 📝 `tests/SharpCompress.Test/ReaderTests.cs` (+2 -2) ➕ `tests/TestArchives/Archives/Arc.crunched.largefile.arc` (+0 -0) ➕ `tests/TestArchives/Archives/Arc.squashed.largefile.arc` (+0 -0) 📝 `tests/TestArchives/Archives/Arc.squeezed.largefile.arc` (+0 -0) 📝 `tests/TestArchives/Archives/Arc.uncompressed.largefile.arc` (+0 -0) 📝 `tests/TestArchives/Archives/Arj.method1.largefile.arj` (+0 -0) 📝 `tests/TestArchives/Archives/Arj.method2.largefile.arj` (+0 -0) 📝 `tests/TestArchives/Archives/Arj.method3.largefile.arj` (+0 -0) 📝 `tests/TestArchives/Archives/Arj.method4.largefile.arj` (+0 -0) 📝 `tests/TestArchives/Archives/Arj.store.largefile.arj` (+0 -0) ➕ `tests/TestArchives/MiscTest/alice29.txt` (+3609 -0) </details> ### 📄 Description Changed largefile to Alice29.txt as it's sufficient for the tests and increased test performance. Alice29.txt is copyright free. --- <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:20:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1449