Skip to content

Codebase: Made IModifiableStorable IStorable #10817

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 3, 2023

Conversation

cinqmilleans
Copy link
Contributor

@cinqmilleans cinqmilleans commented Dec 22, 2022

Resolved / Related Issues
The interface IModifiableStorable is not IStorable. This pr repairs this oversight.

Validation
How did you test these changes?

  • Built and ran the app
  • Tested the changes for accessibility

@QuaintMako
Copy link
Contributor

Is there any side effect that could emerge of it?

@cinqmilleans
Copy link
Contributor Author

No, there are none. Currently this interface is only used as the basis for IModifiableFile/Folder but is never used on its own. These 2 interfaces are already derived from IStorable via IFile/Folder. So that doesn't change anything for now. This will allow IModifiableStorable to be used when a more precise type is not needed.

@yaira2 yaira2 changed the title IModifiableStorable is IStorable Codebase: Made IModifiableStorable is IStorable Dec 25, 2022
@yaira2 yaira2 changed the title Codebase: Made IModifiableStorable is IStorable Codebase: Made IModifiableStorable IStorable Dec 25, 2022
@d2dyno1 d2dyno1 added the ready to merge Pull requests that are approved and ready to merge label Jan 3, 2023
@yaira2 yaira2 merged commit 42d2042 into files-community:main Jan 3, 2023
@yaira2
Copy link
Member

yaira2 commented Jan 3, 2023

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge Pull requests that are approved and ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants