fresh-architect-74417
02/26/2020, 11:02 PMfresh-architect-74417
02/26/2020, 11:04 PM./pants list
fresh-architect-74417
02/26/2020, 11:04 PMaloof-angle-91616
02/26/2020, 11:04 PMfresh-architect-74417
02/26/2020, 11:04 PMhundreds-father-404
02/26/2020, 11:15 PM./pants filedeps ::
is good too because it will resolve (āhydrateā) your dependencies
and ensure those are valid. ./pants filedeps :: > /dev/null
wide-energy-11069
02/27/2020, 12:28 AM./pants fmt2
vs running black
directly on CLI for adhoc files? If yes, does the pants invocation pick up additional config?aloof-angle-91616
02/27/2020, 12:28 AMpyproject.toml
that it picks upfresh-architect-74417
02/27/2020, 3:59 PMfew-alarm-32433
02/27/2020, 4:25 PMfancy-queen-20734
02/27/2020, 11:38 PMgit diff --name-only $(git merge-base master HEAD) | xargs black
<< used this to get my branch in a better shape before merging masterrapid-crayon-8232
02/28/2020, 3:28 PMException message: Could not initialize store for process cache: "Error making env for store at \".cache/pants/config/lmdb_store/processes/f\": Too many open files"
, this means that a lot of files are opened, and it can be fixed with setting ulimit -n 10000 # or whatever number
, what I don't understand is why pants need to open that many files? is it intended or a bug? Thanks : šfancy-queen-20734
02/28/2020, 9:32 PMfancy-queen-20734
02/28/2020, 11:34 PMaloof-angle-91616
03/01/2020, 5:23 AM./pants help
output is awesome!!!! https://github.com/pantsbuild/pants/pull/9199happy-kitchen-89482
03/01/2020, 5:24 AMfaint-grass-11531
03/03/2020, 12:07 AMfaint-grass-11531
03/03/2020, 12:08 AMhappy-kitchen-89482
03/03/2020, 12:52 AMhappy-kitchen-89482
03/03/2020, 12:52 AMpython
it finds...happy-kitchen-89482
03/03/2020, 12:53 AMpython
s it finds and use one compatible with the targetshappy-kitchen-89482
03/03/2020, 12:55 AMhundreds-father-404
03/03/2020, 12:55 AMaloof-angle-91616
03/03/2020, 1:10 AMhappy-kitchen-89482
03/03/2020, 1:55 AMhappy-kitchen-89482
03/03/2020, 1:56 AMfancy-motherboard-24956
03/03/2020, 3:01 PM./pants fmt2
on master
stderr:
Failed to execute PEX file. Needed macosx_10_15_x86_64-cp-36-cp36m compatible dependencies for:
1: docformatter==1.3.1
But this pex only contains:
docformatter-1.3.1-py2-none-any.whl
2: untokenize==0.1.1
But this pex only contains:
untokenize-0.1.1-py2-none-any.whl
Has anyone seen this before? Could it be related to the pex upgrade? Any known steps to perform to get to a working state?hundreds-father-404
03/04/2020, 2:18 PMMigrating from pants.ini to pants.toml (Optional)
? https://docs.google.com/document/d/1WR2fb0CecquGr0KJbvnZXE1fZXbA5xhGmzai8wDcpRw/editfancy-motherboard-24956
03/04/2020, 2:31 PMrapid-crayon-8232
03/04/2020, 3:00 PM