happy-kitchen-89482
12/10/2018, 7:02 PMhappy-kitchen-89482
12/10/2018, 7:03 PMconfigd
receives pid 60 again, so the problem recurs.happy-kitchen-89482
12/10/2018, 7:04 PMhappy-kitchen-89482
12/10/2018, 7:04 PMhappy-kitchen-89482
12/10/2018, 7:06 PMwitty-crayon-22786
12/10/2018, 7:11 PMwitty-crayon-22786
12/10/2018, 7:11 PMhappy-kitchen-89482
12/10/2018, 7:33 PMhappy-kitchen-89482
12/10/2018, 7:33 PMwitty-crayon-22786
12/10/2018, 7:57 PMwitty-crayon-22786
12/10/2018, 7:58 PMfancy-queen-20734
12/11/2018, 1:24 AMaverage-vr-56795
12/11/2018, 7:19 PM@rule(Foo, [Select(Bar)]
def foo(bar):
if True:
b = yield Get(Baz, Bar, bar)
else:
b = yield Get(Bash, Bar, bar)
yield b.Foo
In run_rule
, I need paths from Bar
to both Baz
and Bash
in my mock rules dict, not just the one that is used, because of the pre-parsing of `Get`saloof-angle-91616
12/11/2018, 7:21 PMyield Get(...)
in a lambda with Platform#resolve_platform_specific()
average-vr-56795
12/11/2018, 7:21 PMaloof-angle-91616
12/11/2018, 7:21 PMwitty-crayon-22786
12/11/2018, 7:25 PMaloof-angle-91616
12/11/2018, 7:25 PMaverage-vr-56795
12/11/2018, 7:39 PMaverage-vr-56795
12/13/2018, 10:30 AMaverage-vr-56795
12/13/2018, 10:30 AMaverage-vr-56795
12/13/2018, 10:31 AMtransitive_hydrated_target
on testprojects/tests/python/pants/dummies:target_with_source_dep
- I have no idea whyaloof-angle-91616
12/13/2018, 7:38 PMaloof-angle-91616
12/13/2018, 7:38 PMaloof-angle-91616
12/13/2018, 7:39 PMdependencies
of a TransitiveHydratedTarget
contains the root
target then i can see order-dependence causing this, which would mean i'd only need to change one line of code to see it stop. hm.aloof-angle-91616
12/13/2018, 7:43 PMwitty-crayon-22786
12/13/2018, 8:59 PMaverage-vr-56795
12/14/2018, 12:09 PMstd::time::Duration
stabilised? 😞average-vr-56795
12/14/2018, 5:48 PMaverage-vr-56795
12/14/2018, 6:23 PMFnMut
not an FnOnce
, which needs to clone in some Arc
from its surrounding context?