-
Notifications
You must be signed in to change notification settings - Fork 5
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
gup --leave emits warning #13
Comments
Nope, it shouldn't |
With a file
I get the following behaviour:
|
I looked into this today. The clobbering stuff is a bit of a weird heuristic to try and balance annoyance with usefulness. Also it uses the previous build's state, not the current build. It does already suppress the warning if the previous build clobbered the target, but only for an update ( The idea is that you'll mostly run So long story short: it would take a fair bit of code (and a slight performance impact) to make this always work correctly for |
Should
gup --leave
really emit thex modified y directly
-warning?The text was updated successfully, but these errors were encountered: