Skip to content
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

Export RemoveFile method #548

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

narcisobenigno
Copy link

This tries to address partially similar to issue #468 in our case.

In the same way we have the RemoveDirectory method as an exported method, we put the decision in the hands of the developer of which one to choose.

What do you think?

Co-authored-by: Guilherme Tramontina <guilherme.tramontina@indebted.co>
@puellanivis
Copy link
Collaborator

I’m kind of averse to this. We probably shouldn’t have exposed RemoveDirectory in the first place. As it seems it was exported as a least-change work-around for an issue people were seeing, but a more robust solution would have been to properly address the out-of-spec situation.

In the linked issue, I covered what the correct solution should be, I just haven’t had time to implement it.

This was referenced Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants