[PR #138] [MERGED] Leave open writers #865

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/138
Author: @adamhathcock
Created: 3/31/2016
Status: Merged
Merged: 4/6/2016
Merged by: @adamhathcock

Base: masterHead: leaveopen_writers


📝 Commits (2)

  • c440fdf Give writers leaveOpen option
  • 762381f Explicit finish for BZip2 writing

📊 Changes

7 files changed (+32 additions, -20 deletions)

View changed files

📝 SharpCompress.Test/WriterTests.cs (+11 -3)
📝 SharpCompress/Compressor/BZip2/BZip2Stream.cs (+5 -0)
📝 SharpCompress/Reader/ReaderFactory.cs (+1 -1)
📝 SharpCompress/Writer/GZip/GZipWriter.cs (+2 -3)
📝 SharpCompress/Writer/Tar/TarWriter.cs (+5 -5)
📝 SharpCompress/Writer/WriterFactory.cs (+6 -6)
📝 SharpCompress/Writer/Zip/ZipWriter.cs (+2 -2)

📄 Description

No description provided


🔄 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/138 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 3/31/2016 **Status:** ✅ Merged **Merged:** 4/6/2016 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `leaveopen_writers` --- ### 📝 Commits (2) - [`c440fdf`](https://github.com/adamhathcock/sharpcompress/commit/c440fdf88df30b4dc649b9e637f559654edfa7a9) Give writers leaveOpen option - [`762381f`](https://github.com/adamhathcock/sharpcompress/commit/762381fac671b88b882aeca0f9634fa4352ea6ce) Explicit finish for BZip2 writing ### 📊 Changes **7 files changed** (+32 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `SharpCompress.Test/WriterTests.cs` (+11 -3) 📝 `SharpCompress/Compressor/BZip2/BZip2Stream.cs` (+5 -0) 📝 `SharpCompress/Reader/ReaderFactory.cs` (+1 -1) 📝 `SharpCompress/Writer/GZip/GZipWriter.cs` (+2 -3) 📝 `SharpCompress/Writer/Tar/TarWriter.cs` (+5 -5) 📝 `SharpCompress/Writer/WriterFactory.cs` (+6 -6) 📝 `SharpCompress/Writer/Zip/ZipWriter.cs` (+2 -2) </details> ### 📄 Description _No description provided_ --- <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:17:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#865