[PR #174] [CLOSED] Add IArchive interface #1055

Closed
opened 2026-01-29 15:40:08 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aaru-dps/Aaru/pull/174
Author: @darkstar
Created: 4/17/2018
Status: Closed

Base: masterHead: archive


📝 Commits (5)

  • 591d7d6 Initial work on Archive interface
  • d6742ef Some fixes
  • c04d501 Convert project to new format
  • b2718b3 Add ArchiveSupportedFeatures and add/change some methods
  • 8f09c76 Add flag for XAttrs

📊 Changes

3 files changed (+426 additions, -28 deletions)

View changed files

DiscImageChef.Archives/DiscImageChef.Archives.csproj (+58 -0)
DiscImageChef.Archives/IArchive.cs (+252 -0)
📝 DiscImageChef.sln (+116 -28)

📄 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 is a draft PR for adding archive support to DIC. It is not ready to be merged yet, just a place to comment and get some feedback.


🔄 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/174 **Author:** [@darkstar](https://github.com/darkstar) **Created:** 4/17/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `archive` --- ### 📝 Commits (5) - [`591d7d6`](https://github.com/aaru-dps/Aaru/commit/591d7d608e919040a54181bb85c535a79ba0b688) Initial work on Archive interface - [`d6742ef`](https://github.com/aaru-dps/Aaru/commit/d6742ef87f1b3c71512c86749d4de49b30c0a5f4) Some fixes - [`c04d501`](https://github.com/aaru-dps/Aaru/commit/c04d5019250a5e7765e54b8fd083d583801b65d5) Convert project to new format - [`b2718b3`](https://github.com/aaru-dps/Aaru/commit/b2718b3eb26f6379e14cb5afa86bf74bdd46c118) Add ArchiveSupportedFeatures and add/change some methods - [`8f09c76`](https://github.com/aaru-dps/Aaru/commit/8f09c76ed94a06487770c56a1f74342e10a57367) Add flag for XAttrs ### 📊 Changes **3 files changed** (+426 additions, -28 deletions) <details> <summary>View changed files</summary> ➕ `DiscImageChef.Archives/DiscImageChef.Archives.csproj` (+58 -0) ➕ `DiscImageChef.Archives/IArchive.cs` (+252 -0) 📝 `DiscImageChef.sln` (+116 -28) </details> ### 📄 Description ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [x] 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) - [x] I have read the **CONTRIBUTING** document. - [x] My code follows the code style of this project. - [x] 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 is a draft PR for adding archive support to DIC. It is not ready to be merged yet, just a place to comment and get some feedback. --- <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:40:08 +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#1055