bulky-television-48816
01/08/2020, 9:34 PM./pants list 3rdparty::
sufficient for manual testing. As in, if I make changes and rebuilt the rust engine, does running ./pants
(killing/restarting daemon as appropriate) automatically use the new code, or is there some deploy or flags that have to be used in order for that to happen?witty-crayon-22786
01/08/2020, 9:40 PMaloof-angle-91616
01/08/2020, 9:43 PMwitty-crayon-22786
01/08/2020, 9:44 PMaloof-angle-91616
01/08/2020, 9:45 PMbulky-television-48816
01/08/2020, 9:46 PM./pants bundle
and then untar the bundle (or whatever) in the other repo?witty-crayon-22786
01/08/2020, 10:21 PMearly-needle-54791
01/08/2020, 10:38 PMException: Could not initialize store for process cache: "Error making env for store at \"/private/var/folders/cf/z3ktw6dn467gvm24fgx8ft6c0000gp/T/tmpk1bj57ql/processes/7\": No space left on device"
hundreds-father-404
01/09/2020, 4:10 AM./pants --no-v1 --v2 test --debug src/python/pants/rules/core:tests
works for me on master branch.witty-crayon-22786
01/09/2020, 6:55 PM--v2-ui
on by default... thoughts?witty-crayon-22786
01/09/2020, 8:18 PMsrc/python/pants/backend/python/rules/inject_init.py
is not using InputFilesContent
aloof-angle-91616
01/09/2020, 9:03 PMhundreds-breakfast-49010
01/09/2020, 9:10 PMaloof-angle-91616
01/09/2020, 9:25 PMhundreds-father-404
01/10/2020, 8:54 PMhundreds-breakfast-49010
01/10/2020, 11:15 PM@goal_rule
happy-kitchen-89482
01/11/2020, 2:01 AM__init__.py
files , and I have a digest for all .py
filesaloof-angle-91616
01/11/2020, 2:03 AMPEX-INFO
file from a built pex in https://github.com/pantsbuild/pants/pull/8940. i ended up just calling unzip -p
from the PATH (which doesn't work remotably). an executeprocessrequest that just runs true
and specifies the desired output files could work in your casehappy-kitchen-89482
01/11/2020, 2:03 AMaloof-angle-91616
01/11/2020, 2:04 AMhappy-kitchen-89482
01/11/2020, 2:04 AMaloof-angle-91616
01/11/2020, 2:05 AM__init__.py
files?happy-kitchen-89482
01/11/2020, 2:07 AMhappy-kitchen-89482
01/11/2020, 2:07 AMaloof-angle-91616
01/11/2020, 2:08 AMawait Get[ExecuteProcessResult](ExecuteProcessRequest(
argv=('true',),
input_files_digest=my_snapshot.directory_digest,
output_files=tuple(f for f in my_snapshot.files if os.path.basename(f) == '__init__.py'),
))
?happy-kitchen-89482
01/11/2020, 2:14 AMaloof-angle-91616
01/11/2020, 2:14 AMaloof-angle-91616
01/11/2020, 2:15 AMhappy-kitchen-89482
01/11/2020, 2:15 AMhappy-kitchen-89482
01/11/2020, 2:15 AM