snix/tvix/store/src
Florian Klink c77c7ae9a5 fix(tvix/store/blobservice/seeker): fix debug assert
We were asserting absolute_offset > self.pos, but that's not true for
both being zero.

Ramp up the tracing bits a bit, so we actually can see this in the debug
logs.

Change-Id: I21693bcafab227549b19cd6f1215d2f8dee77ecc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9292
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
2023-09-12 12:15:08 +00:00
..
bin docs(tvix/store/fuse): add more comment to list_root arg 2023-09-08 16:13:21 +00:00
blobservice fix(tvix/store/blobservice/seeker): fix debug assert 2023-09-12 12:15:08 +00:00
directoryservice refactor(tvix/store): use tokio::task::JoinHandle 2023-09-05 21:13:50 +00:00
fuse feat(tvix/store/fuse): allow listing 2023-09-05 21:13:49 +00:00
nar feat(tvix/store/proto): use Bytes instead of Vec<u8> 2023-07-22 09:03:02 +00:00
pathinfoservice refactor(tvix/store): use tokio::task::JoinHandle 2023-09-05 21:13:50 +00:00
proto feat(tvix/store/pathinfosvc): provide listing 2023-09-05 20:46:42 +00:00
tests refactor(tvix/store): cargo clippy 2023-08-20 21:51:04 +00:00
digests.rs feat(tvix/store/digests): use bytes::Bytes instead of Vec<u8> 2023-07-21 19:01:50 +00:00
errors.rs feat(tvix/store/pathinfosvc): add gRPC client 2023-03-27 08:48:41 +00:00
import.rs chore(tvix/store): drop walkdir workaround for symlinks at root 2023-09-05 15:19:43 +00:00
lib.rs refactor(tvix/{cli,store}): move TvixStoreIO to tvix-cli crate 2023-09-04 16:02:12 +00:00