feat(tvix/cli): add toplevel progress span

This gives some better feedback something is going on, gives a (named)
root for all the progress children we're drawing, and also counts the
time we are in eval.

Change-Id: Ibe81dcebf0a2b59bb0680da62e206eb5270f9d3c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11798
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: aspen <root@gws.fyi>
This commit is contained in:
Florian Klink 2024-06-13 10:32:57 +03:00 committed by clbot
parent 7f29cab1cc
commit 29eda2d5b2
4 changed files with 15 additions and 1 deletions

View file

@ -13305,6 +13305,10 @@ rec {
name = "tracing";
packageId = "tracing";
}
{
name = "tracing-indicatif";
packageId = "tracing-indicatif";
}
{
name = "tvix-build";
packageId = "tvix-build";