silly-queen-7197
03/11/2023, 12:26 AM./pants run foo:cli
to run. Having Building foo/cli.pex with 20 requirements:...
take 20 seconds really kills being able to establish a fast feedback loopwitty-crayon-22786
03/11/2023, 12:28 AMpex_binary
target, or a python_source
target? as of relatively recently, those have different implementations.silly-queen-7197
03/11/2023, 12:28 AMpex_binary
pex_binary
target and I guess I kind of stopped reading there lolpex_binary
or python_source
witty-crayon-22786
03/11/2023, 12:35 AMpex_binary
used to use the same optimization, so it wouldn’t have mattered which you ran. but there are technically some potential behavior differences in this optimization, so we decided to have running a pex_binary
always fully create the PEX (like package
would) before `run`ning itbitter-ability-32190
03/11/2023, 12:51 AMsilly-queen-7197
03/11/2023, 12:57 AMexecution_mode
but not layout