tvl-depot/tvix/store/src/pathinfoservice
Florian Klink 5ec93b57e6 refactor(tvix/castore): add PathComponent type for checked components
This encodes a verified component on the type level. Internally, it
contains a bytes::Bytes.

The castore Path/PathBuf component() and file_name() methods now
return this type, the old ones returning bytes were renamed to
component_bytes() and component_file_name() respectively.

We can drop the directory_reject_invalid_name test - it's not possible
anymore to pass an invalid name to Directories::add.
Invalid names in the Directory proto are still being tested to be
rejected in the validate_invalid_names tests.

Change-Id: Ide4d16415dfd50b7e2d7e0c36d42a3bbeeb9b6c5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12217
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Tested-by: BuildkiteCI
2024-08-17 15:59:10 +00:00
..
fs refactor(tvix/castore): add PathComponent type for checked components 2024-08-17 15:59:10 +00:00
tests feat(tvix/store): add redb PathInfoService 2024-07-22 18:49:04 +00:00
bigtable.rs refactor(tvix/store): use composition in tvix_store crate 2024-07-20 19:37:27 +00:00
combinators.rs refactor(tvix/store): use composition in tvix_store crate 2024-07-20 19:37:27 +00:00
from_addr.rs fix(tvix/store): adjust from_addr redb test to do what it says 2024-07-28 17:47:41 +00:00
grpc.rs refactor(tvix/castore): remove name from Nodes 2024-08-17 09:45:58 +00:00
lru.rs refactor(tvix/castore): remove name from Nodes 2024-08-17 09:45:58 +00:00
memory.rs refactor(tvix/store): use composition in tvix_store crate 2024-07-20 19:37:27 +00:00
mod.rs feat(tvix/store): add redb PathInfoService 2024-07-22 18:49:04 +00:00
nix_http.rs refactor(tvix/castore): remove name from Nodes 2024-08-17 09:45:58 +00:00
redb.rs fix(tvix/store) RedbPathInfoService: improve logs and errors 2024-07-29 15:50:11 +00:00
sled.rs fix(tvix/store): Immediately return an error when using sled on / 2024-07-29 16:43:04 +00:00