Problem of today… Codegen outputs stuff to `.pants...
# development
a
Problem of today… Codegen outputs stuff to
.pants.d
which is ignored by glob matching by default. My understanding from reading code is that codegen outputs to a unique root directory according to the input hash, and so it should be safe to just take a snapshot relative to that absolute directory, not applying any ignores, and trust that those files are immutable. Does that sound reasonable?