-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Translation] Why does FileDumper automatically backups a file? #9172
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
Comments
This is how @michelsalib originally implemented it in #2051 over two years ago. No one ever complained. Source code should be version controlled and I'm not sure why the backup is made. Feel free to submit a PR which would enable users to disable this behaviour. |
The problem is that it'll be a bc break... |
@wouterj since this would be an option we can keep bc if the default is to do the backup. |
Anyone willing to implement this? Or can we close this issue? |
@fabpot I can submit PR. Feel free to assign me this issue. |
@umpirsky we are not using the github assignees, because they are useless for us: only collaborators on the repo can be assigned on an issue |
@stof How do you prevent multiple people working on the same issue at the same time? |
@umpirsky People telling they are working on it. And sometimes, duplicates happen. |
@fabpot I will implement it. |
This PR was squashed before being merged into the 2.3-dev branch (closes #10829). Discussion ---------- Fix issue 9172 | Q | A | ------------- | --- | Bug fix? | yes | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #9172 | License | MIT Commits ------- 25f1d85 Fix issue 9172
The FileDumper automatically creates a backup of a file (filename.yml~).
Why is this the default behavior? It should be an option in my opinion.
The text was updated successfully, but these errors were encountered: