hundreds-breakfast-49010
03/24/2020, 7:18 AMhundreds-father-404
03/24/2020, 7:31 AMdescription
and no_cache
. Do y’all think we need to include those in bindings? Should we deprecate the fields?hundreds-father-404
03/24/2020, 7:32 AMaverage-vr-56795
03/24/2020, 1:31 PMwitty-crayon-22786
03/24/2020, 4:20 PMwitty-crayon-22786
03/24/2020, 4:41 PMComputing MultiPlatformExecuteProcess(MultiPlatformExecuteProcessRequest({(None, None): ExecuteProcessRequest { argv: ["python", "./test_runner.pex", "pants_test/backend/jvm/tasks/test_scala_repl_integration.py"], <snip> }})
Throw(Failed to execute process: Unavailable: "Transient error, please retry with backoff")
Traceback (no traceback):
<pants native internals>
Exception: Failed to execute process: Unavailable: "Transient error, please retry with backoff"
hundreds-father-404
03/25/2020, 4:00 AMalias()
must have the field target
defined.
We could achieve this ad hoc, but do we anticipate this being a useful mechanism? For example, if we elevate it, then we can do nice things like say required
in the output of ./v2 target-types
aloof-angle-91616
03/25/2020, 4:01 AMname
as a special case of that?hundreds-father-404
03/25/2020, 4:16 AMaloof-angle-91616
03/25/2020, 4:16 AMaloof-angle-91616
03/26/2020, 6:02 AMaloof-angle-91616
03/26/2020, 6:02 AMhundreds-breakfast-49010
03/26/2020, 11:52 PMFingerprint
-related functionality in pantsd code is meant to do at a high level?hundreds-breakfast-49010
03/27/2020, 1:47 AMenough-analyst-54434
03/27/2020, 1:58 AMhundreds-breakfast-49010
03/27/2020, 7:40 PMtime.time()
?hundreds-breakfast-49010
03/27/2020, 7:41 PMSystemTime
and then comparing it to the unix epoch to get a Duration
, which works but seems a bit verbosewitty-crayon-22786
03/27/2020, 7:49 PMwitty-crayon-22786
03/27/2020, 7:49 PMfast-nail-55400
03/27/2020, 8:04 PMInstant::now()
and then call .elapsed()
on it: https://doc.rust-lang.org/std/time/struct.Instant.htmlhundreds-father-404
03/28/2020, 5:14 AMscheduler.ExecutionError
when calling ./v2 --changed-since=master fmt
that only includes the very long Computing Select
clause and then <None>
Has anyone else seen this? I started noticing it yesterday.aloof-angle-91616
03/28/2020, 5:53 AMaloof-angle-91616
03/28/2020, 5:53 AMaloof-angle-91616
03/28/2020, 5:59 AMNote that because of Chapel’s global namespace and global-view arrays, a change to a domain declaration like thisis the only thing required to convert a shared-memory parallel program into one that supports distributed-memoryexecution. Forall-loops over distributed domains/arrays are typically implemented such that each locale iterates overthe indices/elements that it owns locally, providing a natural model for locality.
hundreds-father-404
03/28/2020, 6:02 AM./v2 fmt
multiple times when files are changed?hundreds-breakfast-49010
03/30/2020, 7:40 PMclean_global_runtime_state
function? https://github.com/pantsbuild/pants/blob/master/src/python/pants/bin/daemon_pants_runner.py#L251hundreds-breakfast-49010
03/30/2020, 7:41 PMaloof-angle-91616
03/30/2020, 7:42 PMaloof-angle-91616
03/30/2020, 7:42 PMhundreds-breakfast-49010
03/30/2020, 7:53 PMGoal.clean()
, BuildConfigInitializer.reset
and Subsystem.reset()