wide-midnight-78598
01/13/2022, 5:40 PMwitty-crayon-22786
01/13/2022, 5:49 PMwitty-crayon-22786
01/13/2022, 5:50 PMwide-midnight-78598
01/13/2022, 6:06 PMwide-midnight-78598
01/14/2022, 2:41 PMhundreds-father-404
01/14/2022, 5:18 PMpants/backend/python/pyoxidizer
. The only thing that goes under pants/backend/experimental/python/pyoxidizer
is a register.py
file that exports all the targets/rules. We use that architecture so that we don't have lots of noise in Git when stabilizing the backend to no longer be experimental - all that will change is the register.py
This means users will activate pants.backend.experimental.python.pyoxidizer
hundreds-father-404
01/14/2022, 5:19 PMpyoxider/
folder, convention would probably be to have a file called target_types.py
, possibly subsystem.py
, and then rules.py
wide-midnight-78598
01/14/2022, 5:24 PM