fancy-motherboard-24956
09/25/2019, 12:17 PMfancy-motherboard-24956
09/25/2019, 12:54 PMfancy-motherboard-24956
09/27/2019, 11:41 AMproud-yak-54773
09/27/2019, 4:45 PMhundreds-breakfast-49010
09/27/2019, 9:48 PMnumerous-gold-52814
09/28/2019, 12:08 AMnumerous-gold-52814
09/28/2019, 12:20 AMpython_dists
if present as a dependency. This is causing my builds to fail when no python_dist
dependency is presentaverage-vr-56795
10/01/2019, 2:21 PMRunTracker
is actually initialised? I’m trying to access RunTracker.global_instance()
in places where I expect to be able to, and it’s `None`…witty-crayon-22786
10/01/2019, 4:04 PMSubsystem.set_options
hundreds-breakfast-49010
10/01/2019, 11:44 PMtest_xxx.py
or xxx_test.py
?purple-oil-45048
10/02/2019, 1:28 AMred-balloon-89377
10/02/2019, 3:37 PMCommandRunner::run
take a &mut self
instead of an &self
? The reason I ask is:
- In the context of https://github.com/pantsbuild/pants/issues/8311, we want to keep a mutable map of live nailgun processes somewhere Core
-scoped.
- We will probably need to either heavily alter local::CommandRunner
to add nailgun, or create a new NailgunCommandRunner
that wraps it. Currently, neither local nor a custom command runner could hold the map of nailguns, because run
takes an immutable reference.
The solutions I can think of right now:
- The map can go in Core
, and we pass it to the respective CommandRunners, changing the signature of CommandRunner.run
to be run(&self, epr: MEPR, WorkunitStore, &mut NailgunPool)
.
- The map can go into a CommandRunner
, and we could handle connection separate to run
, but then we are special-casing nailgun in the graph.
- The map can go into a CommandRunner
, and we could handle the connections at run
time, and then we’d need to modify the signature of run
happy-bird-41773
10/02/2019, 11:08 PMhappy-kitchen-89482
10/02/2019, 11:50 PMhappy-kitchen-89482
10/02/2019, 11:51 PM[pytest]
in pants.ini?fresh-architect-74417
10/03/2019, 3:32 PMfresh-architect-74417
10/03/2019, 3:58 PMaloof-angle-91616
10/03/2019, 3:59 PMaloof-angle-91616
10/03/2019, 3:59 PMfresh-architect-74417
10/03/2019, 4:07 PMhundreds-breakfast-49010
10/03/2019, 6:24 PMwitty-crayon-22786
10/03/2019, 6:25 PMwitty-crayon-22786
10/03/2019, 6:26 PMfancy-motherboard-24956
10/04/2019, 1:41 PMhappy-kitchen-89482
10/04/2019, 3:38 PM[ERROR] Invalid scope [black] in /home/travis/build/pantsbuild/pants/pants.ini
happy-kitchen-89482
10/04/2019, 3:49 PMhappy-kitchen-89482
10/04/2019, 3:49 PMrapid-crayon-8232
10/06/2019, 8:45 PMcustom_tensorflow_op
, but that is just for wrapping and loading the .so file (the repo I want to add : https://github.com/facebookresearch/maskrcnn-benchmark)rapid-crayon-8232
10/06/2019, 8:45 PMaloof-angle-91616
10/07/2019, 1:29 AM