average-balloon-31442
08/23/2022, 2:03 PMpants --changed-since={COMMIT} --changed-dependees=transitive roots
I realised that roots ignores --changed-since and --changed-dependees , because it prints all the projects.
But when you use:
pants --changed-since={COMMIT} --changed-dependees=transitive list -> it shows all the targets.
Our solution is to cut the project names and filter the output from the list, but is it expected somehow in the future to support changed-since and changed-dependees for roots command? Because I see it works for `lint`/`test` for example.hundreds-father-404
08/23/2022, 2:07 PMroots goal is simplistic and ignores CLI arguments. It no matter what shows all your rootshappy-kitchen-89482
08/23/2022, 2:36 PMroots should error (or at least warn) if you pass target specs to it