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.
Hi.
First, I would like to thank you for the work done in #470.
I tried to use this function but had troubles as the
content.Storage
inoci.Store
does not implement theDelete
function.I thought to add
Deleter
tooci.Storage
but then I got troubles during compilation withcas.Memory
.So, I casted the
content.Storage
tooci.Storage
which is not really good but at least it works.As a consequence, I would like to get your feedback on how to permit
oci.Store
toDelete()
descriptor in a proper way regarding the layers of abstraction you have.Best regards and thank you in advance.