So I was learning a bit more about how `pants` inv...
# general
f
So I was learning a bit more about how
pants
invalidation works and I was wondering why the
TaskBase.invalidated
function defaults
invalidate_dependents
to
False
. Wouldn't the common case be to transitively invalidate any reverse dependencies?