-
Notifications
You must be signed in to change notification settings - Fork 9
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
Yocaml_git never removes files #55
Comments
From my point of view, it's currently the only valid way to clean-up the Git repository. The YOCaml engine just add or set files, it never remove anything (and it does not know something about the "previous" state of Git). We can think about something like an append-only store. |
This is a question that was asked a lot after the release of What's more, with the dynamic dependency model (and the fact that a |
Is this lack of response satisfactory and can we close the issue @reynir? |
Perhaps it can be mentioned somewhere in the documentation? Thanks for the replies |
We have a setup where we previously generated files
tags/{{ tag }}.html
. Now, after refactoring, we generate a singletags.html
file. However, when usingYocaml_git
thetags/
directory and its children are still present in the git tree. In other words, if a run using Yocaml_git no longer generates a file it will still be present. Is this the expected behavior? What should we do about files we don't generate anymore? An explicit delete?The text was updated successfully, but these errors were encountered: