You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diffcore-rename: relevant_sources needed for location might be skippable
As noted a few commits ago, when a source file rename is used as part of
directory rename detection, we need to increment counts for each
ancestor directory in dirs_removed with value RELEVANT_FOR_SELF.
However, due to the last commit, we may have downgraded all relevant
ancestor directories from RELEVANT_FOR_SELF to RELEVANT_FOR_ANCESTOR.
If no ancestor directory is found in dirs_removed with a value of
RELEVANT_FOR_SELF, then we can downgrade relevant_source[PATH] from
RELEVANT_LOCATION to RELEVANT_NO_MORE.
This change does not yet affect things, as
handle_early_known_dir_renames() has not yet been hooked into the code
and called from anywhere. The next commit will change that.
Signed-off-by: Elijah Newren <[email protected]>
0 commit comments