proud-dentist-22844
06/25/2024, 6:33 PMpy_generated_sources
option in https://github.com/pantsbuild/pants/pull/20975
In looking at the docs, I realized that the py_editable_in_resolve
and py_hermetic_scripts
options are both advanced
, but you did not make py_generated_sources
an advanced
option. I wonder if it should be advanced too. Did you consider making it advanced
and decide not to?
_edit: I also wonder if we should change py_generated_sources
to py_generated_sources_in_resolve
(to be released in 2.22) and py_hermetic_scripts
to py_hermetic_scripts_in_resolve
(released in 2.21) so that these options can be specified per resolve._