<@U06A03HV1> On <https://github.com/pantsbuild/pan...
# development
a
@witty-crayon-22786 On https://github.com/pantsbuild/pants/pull/5994#discussion_r197334448 - note the two calls to
_capture_sources
. Are you suggesting that we keep the first one in the
not vt.valid
case, and then do a bulk capture as well after that? Or that we can do two loop phases of: 1. foreach invalid, execute codegen 2. capture all sources for all targets 3. foreach invalid with duplicate sources, handle and re-capture ?