[PR #36] [CLOSED] Multi extent support #68

Closed
opened 2026-01-29 21:16:52 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/SabreTools.Serialization/pull/36
Author: @Deterous
Created: 11/1/2025
Status: Closed

Base: mainHead: multi-extent


📝 Commits (10+)

📊 Changes

3 files changed (+71 additions, -51 deletions)

View changed files

📝 SabreTools.Serialization/Readers/ISO9660.cs (+6 -4)
📝 SabreTools.Serialization/Wrappers/ISO9660.Extraction.cs (+57 -47)
📝 SabreTools.Serialization/Wrappers/ISO9660.cs (+8 -0)

📄 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/SabreTools/SabreTools.Serialization/pull/36 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 11/1/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `multi-extent` --- ### 📝 Commits (10+) - [`96d28ad`](https://github.com/SabreTools/SabreTools.Serialization/commit/96d28ad2bf8e111429daaf1e191cd42ce82dd2f1) Skip interleaved files - [`137d973`](https://github.com/SabreTools/SabreTools.Serialization/commit/137d973ae6b5cc01b6df7a84207f87e714a4ca46) Fix warning logic - [`b7b90a5`](https://github.com/SabreTools/SabreTools.Serialization/commit/b7b90a5603c79b1afd6c1c4256a64fb899c4837e) Refactor - [`8ba79a7`](https://github.com/SabreTools/SabreTools.Serialization/commit/8ba79a79e6abdbe137fb7f7a5a997b896e125b4c) Fix extraction - [`70025fc`](https://github.com/SabreTools/SabreTools.Serialization/commit/70025fcb0dfb3bf4bdd2fc3d05036726e3a08f07) attempt simple multi-extent extract - [`3eb724b`](https://github.com/SabreTools/SabreTools.Serialization/commit/3eb724b81f807b2c78b895552122538077e3e754) fix multiextent - [`bcc456b`](https://github.com/SabreTools/SabreTools.Serialization/commit/bcc456bee1f7ad65ece9446921ca94496d23ebdf) global variables - [`422816c`](https://github.com/SabreTools/SabreTools.Serialization/commit/422816ce20dc65d1fd8392a4fc7d5eb58f8d1ee8) fix - [`b039b13`](https://github.com/SabreTools/SabreTools.Serialization/commit/b039b13a3b9ce87db6891189c1ba5908d46bc851) fix2 - [`b111fb8`](https://github.com/SabreTools/SabreTools.Serialization/commit/b111fb8fbbbaced5535b7b56b137d8cf0d5578fc) Revert CI ### 📊 Changes **3 files changed** (+71 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `SabreTools.Serialization/Readers/ISO9660.cs` (+6 -4) 📝 `SabreTools.Serialization/Wrappers/ISO9660.Extraction.cs` (+57 -47) 📝 `SabreTools.Serialization/Wrappers/ISO9660.cs` (+8 -0) </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 21:16:52 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/SabreTools.Serialization#68