[PR #717] [MERGED] Several improvements to the LZMA Compressor #1178

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/717
Author: @ds5678
Created: 12/23/2022
Status: Merged
Merged: 12/23/2022
Merged by: @adamhathcock

Base: masterHead: lzma-improvements


📝 Commits (1)

  • cd23844 Several improvements to the LZMA compressor:

📊 Changes

5 files changed (+69 additions, -7 deletions)

View changed files

📝 src/SharpCompress/Compressors/LZMA/ICoder.cs (+1 -1)
📝 src/SharpCompress/Compressors/LZMA/LzmaEncoder.cs (+2 -2)
📝 src/SharpCompress/Compressors/LZMA/LzmaEncoderProperties.cs (+9 -2)
📝 src/SharpCompress/Compressors/LZMA/LzmaStream.cs (+2 -2)
📝 tests/SharpCompress.Test/Streams/LzmaStreamTests.cs (+55 -0)

📄 Description

  • Encapsulation and Immutability for LzmaEncoderProperties
  • LzmaEncoderProperties.Default static property
  • Encoding tests for LzmaStream

🔄 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/717 **Author:** [@ds5678](https://github.com/ds5678) **Created:** 12/23/2022 **Status:** ✅ Merged **Merged:** 12/23/2022 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `lzma-improvements` --- ### 📝 Commits (1) - [`cd23844`](https://github.com/adamhathcock/sharpcompress/commit/cd23844e35e88af8fb739821e59d0c2639e2e6c1) Several improvements to the LZMA compressor: ### 📊 Changes **5 files changed** (+69 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Compressors/LZMA/ICoder.cs` (+1 -1) 📝 `src/SharpCompress/Compressors/LZMA/LzmaEncoder.cs` (+2 -2) 📝 `src/SharpCompress/Compressors/LZMA/LzmaEncoderProperties.cs` (+9 -2) 📝 `src/SharpCompress/Compressors/LZMA/LzmaStream.cs` (+2 -2) 📝 `tests/SharpCompress.Test/Streams/LzmaStreamTests.cs` (+55 -0) </details> ### 📄 Description * Encapsulation and Immutability for LzmaEncoderProperties * LzmaEncoderProperties.Default static property * Encoding tests for LzmaStream --- <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:22 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1178