Hey guys! Is there a way to know if a target dir n...
# general
c
Hey guys! Is there a way to know if a target dir needs to be recompiled without actually re-compiling it? would be nice for detecting which tests to run (if tests themselves are not executed via
./pants test
command like `Utest`s, otherwise I’d just use
changed
subsystem)
e
can’t you just check if it’s in
./pants --changed-parent=ref list)
?
👌🏼 1