Fix commit 5152c1c7ac5186ac7b797334d51e922259044c4f #4418
Closed
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.
After commit 5152c1c, the incremental build was broken and a full build was always performed even if the target was up to date.
The variable
config_file
is an array and was appended to the list of dependencies. An array is always either False either a non existent file and thereforeneed_update()
always returns True.(My apologies for the whitespaces, I should have commited them in a seperate commit)
Edit: Crap, I did not see PR #4413 before, closing this one.