https://pantsbuild.org/ logo
a

aloof-angle-91616

06/01/2020, 10:28 AM
actually, i think i figured out a way of subsetting that doesn't require any extra cached info at all. i realized that we were needlessly traversing all recursive subdirectories to select
src/**
, when really all we needed to do was create a new Directory proto with just the
src/
DirectoryNode. edited the comment!
🔍 1