For ad_hoc tool outputs... is there a way to write...
# general
f
For ad_hoc tool outputs... is there a way to write them back to the source tree?
1
The main reason for this would be to support committing generated code to version control, which is desirable in many cases.
b
There’s some discussion, including what we do as a work around, in https://github.com/pantsbuild/pants/discussions/18235
👀 1