[WIP] use IStorage everywhere, add FIXMEs for comments #26119
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@DeepDiver1975 @PVince81 I tried to replace all references of non OCP interfaces from \OCP\Files\Storage\IStorage ... there is a LOT wrong with the interfaces and I'll create separate PRs to clean up some of the stuff in smaller chunks, but I want to have this here for discussion.
Scrolling through the changes I now realize that \OC\Files\Storage\Storage extends \OCP\Files\Storage\IStorage and adds parameters to some of its functions. That creates a ton of broken interdependencies.
Maybe it makes more sense to start over ... I'll need to let this sink in ...