QQ: when we run pants with `--changed-since`, will...
# general
a
QQ: when we run pants with
--changed-since
, will the changed files dependEEs be checked, or only dependents will be checked?
h
I think
--changed-since
doesn't include anything about dependees or dependents unless asked
To see dependencies, you'll run the
dependencies
goal
h
--changed-since
is just directly changed files, but if you add
--changed-dependees=transitive
it'll do what you expect
(i.e., all files that depend transitively on any changed files)
a
ahh, thanks!
b
That is a lovely nuance work blogging about!
1