witty-crayon-22786
07/01/2020, 9:31 PMwitty-crayon-22786
07/01/2020, 9:31 PMFalliableProcessResult
, which is not an error according to the engine.aloof-angle-91616
07/01/2020, 9:31 PMaloof-angle-91616
07/01/2020, 9:49 PMdef global_subsystems()
was v1-only? if i define a context-aware object factory in my v2 ruleset which pulls in a subsystem using .global_instance()
, i need that subsystem to be available. i was able to overcome this by just registering it as a v1 plugin as well, but unless we plan to literally deprecate .global_instance()
for v2 (which it's not clear that we are) it seems like we should allow global_subsystems
to be in v2 plugins as wellhundreds-father-404
07/02/2020, 4:21 AMaloof-angle-91616
07/02/2020, 5:26 AM./pants list
with literally any target spec on pants 2.0.0dev0, and it's only reproing on linux, not osx (i tried two separate linux environments).
are both of these failures likely to be from running out of memory (possibly running out of shared memory in LMDB)? this occurs without pantsd as well.wonderful-iron-54019
07/02/2020, 1:09 PMhundreds-father-404
07/02/2020, 4:01 PMStarting: store_bytes
. Could we change those to DEBUG level?hundreds-breakfast-49010
07/02/2020, 11:21 PMreporting
infrastructure?hundreds-breakfast-49010
07/02/2020, 11:21 PM_COLOR_BY_LEVEL = {
Report.ERROR: red,
Report.WARN: yellow,
<http://Report.INFO|Report.INFO>: green,
Report.DEBUG: cyan,
}
hundreds-breakfast-49010
07/02/2020, 11:21 PMhundreds-breakfast-49010
07/02/2020, 11:21 PMhundreds-breakfast-49010
07/02/2020, 11:22 PMhundreds-breakfast-49010
07/02/2020, 11:22 PMhundreds-breakfast-49010
07/02/2020, 11:23 PMhundreds-father-404
07/02/2020, 11:23 PM[INFO]
header, rather than the whole message? If so, that’s helpful. Otherwise, it’s super distractinghundreds-breakfast-49010
07/02/2020, 11:26 PMhundreds-breakfast-49010
07/02/2020, 11:26 PMhundreds-breakfast-49010
07/02/2020, 11:27 PMhundreds-father-404
07/02/2020, 11:28 PMhundreds-breakfast-49010
07/02/2020, 11:30 PMreporting
that I think we can safely delete for 2.0?hundreds-father-404
07/02/2020, 11:51 PM[INFO] Completed
messages printed twice when running ./pants --changed-since=HEAD fmt
. I noticed this since this morninghundreds-breakfast-49010
07/03/2020, 12:01 AMhelp
goal doesn't respect the --no-colors
flaghundreds-father-404
07/03/2020, 1:03 AMv42.11s Fingerprinting: src/python/toolchain/prod/builders/build_es_curator.py
fast-nail-55400
07/06/2020, 4:40 PMWaitExecution
method of the REv2 API. Given Scoot does not support WaitExecution
, should we keep the original “polling” client or remove it (and lose Scoot support)?aloof-angle-91616
07/06/2020, 4:42 PMfast-nail-55400
07/06/2020, 4:56 PMWaitExecution
is a required part of the REv2 APIaloof-angle-91616
07/06/2020, 4:59 PMaloof-angle-91616
07/06/2020, 5:00 PMfast-nail-55400
07/06/2020, 5:06 PM