[PR #415] [MERGED] Allow for CDs to have subchannel r-w filled entirely with 0xFF #1100

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

📋 Pull Request Information

Original PR: https://github.com/aaru-dps/Aaru/pull/415
Author: @FakeShemp
Created: 10/15/2020
Status: Merged
Merged: 10/16/2020
Merged by: @claunia

Base: masterHead: patch-5


📝 Commits (2)

  • 5e95e85 Add classifying rw full off 0xFF as being empty
  • 645a6ca Do the same for subchannel log

📊 Changes

2 files changed (+17 additions, -17 deletions)

View changed files

📝 Aaru.Core/Logging/SubchannelLog.cs (+13 -7)
📝 Aaru.Core/Media/CompactDisc.cs (+4 -10)

📄 Description

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • New filesystem, test images in [url]
  • New disc image, test images in [url]
  • New partition scheme, test images in [url]
  • Breaking change (fix or feature that would cause existing functionality to change)
  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

🔄 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/aaru-dps/Aaru/pull/415 **Author:** [@FakeShemp](https://github.com/FakeShemp) **Created:** 10/15/2020 **Status:** ✅ Merged **Merged:** 10/16/2020 **Merged by:** [@claunia](https://github.com/claunia) **Base:** `master` ← **Head:** `patch-5` --- ### 📝 Commits (2) - [`5e95e85`](https://github.com/aaru-dps/Aaru/commit/5e95e859446b87774c846bdef99d7987ad46fd1f) Add classifying rw full off 0xFF as being empty - [`645a6ca`](https://github.com/aaru-dps/Aaru/commit/645a6caae3da29f5063e2ac35cdafd407ea9f028) Do the same for subchannel log ### 📊 Changes **2 files changed** (+17 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `Aaru.Core/Logging/SubchannelLog.cs` (+13 -7) 📝 `Aaru.Core/Media/CompactDisc.cs` (+4 -10) </details> ### 📄 Description ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] New filesystem, test images in [url] - [ ] New disc image, test images in [url] - [ ] New partition scheme, test images in [url] - [x] Breaking change (fix or feature that would cause existing functionality to change) - [x] I have read the **CONTRIBUTING** document. - [x] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. --- <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 15:41:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aaru-dps/Aaru-aaru-dps#1100