little-salesmen-78240
01/30/2020, 4:56 PMaloof-angle-91616
01/30/2020, 4:56 PM./pants filedeps <targets>
prints all the files within the buildroot that are used as input for some target or set of targets./pants fast-filedeps <targets>
does that faster, but has some missing functionalitylittle-salesmen-78240
01/30/2020, 4:57 PMaloof-angle-91616
01/30/2020, 4:57 PM./pants fast-filedeps
uses the new "v2 engine" (https://github.com/pantsbuild/pants/blob/master/src/python/pants/engine/README.md) which makes developing performant tasks much more fun!hundreds-father-404
01/30/2020, 4:58 PMaloof-angle-91616
01/30/2020, 4:59 PMIs it used internally for compiling a target?most pants "tasks" right now are using the v1 engine, which makes it more difficult than it needs to be for one task to depend on the output of another "task". for this reason, we don't currently have a lot of pants build logic split out into reusable pieces