diff options
author | Florian Klink <flokli@flokli.de> | 2024-06-12T21·17+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-06-12T23·43+0000 |
commit | ddd88a589b3a4610627ba5620e273f4d055541f0 (patch) | |
tree | f7fe710d6a98e3dc437c1c8517eaaedb994559ae /tvix/Cargo.lock | |
parent | 842d6816bfa5a8f393719e4cb1e8bfc4d8c14174 (diff) |
feat(tvix/glue/tvix_store_io): show progress info r/8255
In `store_path_to_node`, in case we need to build or fetch something, render a progress bar, using the spinner for now. We can upgrade this to a progress *bar* later. Change-Id: I4a7cf5ef8f639076f176af9b39d276be3f37c8ff Reviewed-on: https://cl.tvl.fyi/c/depot/+/11793 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Connor Brewster <cbrewster@hey.com> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/Cargo.lock')
-rw-r--r-- | tvix/Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index d7955cbc1e89..9dd63c240c5a 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -4292,10 +4292,12 @@ dependencies = [ "tokio-tar", "tokio-util", "tracing", + "tracing-indicatif", "tvix-build", "tvix-castore", "tvix-eval", "tvix-store", + "tvix-tracing", "url", "walkdir", "wu-manber", |