Specify universe query in impacted targets `rdeps()` query
·
191 commits
to master
since this release
When running with modified file paths mode we need to perform a final rdeps
query on the impacted targets to figure out the full impacted dependency tree. Many targets in the tree can be ignored, since they are not actionable to the user i.e. tests or buildable source targets. Using the -u flag in the bazel-diff command you can limit the universe used in this 'rdeps' query, default is //...