tvl-depot/tvix/castore/src
Florian Klink 21ceef4934 refactor(tvix/castore): add into_nodes(), implement consuming proto conv
Provide a into_nodes() function on a Directory, which consumes self and
returns owned PathComponent and Node.

Use it to provide a proper conversion from Directory to the proto
variant that doesn't clone.

There's no need for the one taking only &Directory, we don't use it
anywhere, and once someone needs that they might as well clone Directory
before converting it.

Update all other users of the `.nodes()` function to use `.into_nodes()`
where applicable, and avoid some more cloning there.

Change-Id: Id4577b9eb173c012e225337458898d3937112bcb
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12218
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Connor Brewster <cbrewster@hey.com>
2024-08-17 15:59:10 +00:00
..
blobservice refactor(directoryservice): get rid of NaiveSeeker helper 2024-07-23 20:53:08 +00:00
directoryservice refactor(tvix/castore): add into_nodes(), implement consuming proto conv 2024-08-17 15:59:10 +00:00
fs refactor(tvix/castore): add into_nodes(), implement consuming proto conv 2024-08-17 15:59:10 +00:00
import refactor(tvix/castore): add PathComponent type for checked components 2024-08-17 15:59:10 +00:00
nodes refactor(tvix/castore): add into_nodes(), implement consuming proto conv 2024-08-17 15:59:10 +00:00
path refactor(tvix/castore): add PathComponent type for checked components 2024-08-17 15:59:10 +00:00
proto refactor(tvix/castore): add into_nodes(), implement consuming proto conv 2024-08-17 15:59:10 +00:00
tests refactor(tvix/castore): drop {Directory,File,Symlink}Node 2024-08-17 09:46:01 +00:00
composition.rs feat(tvix/composition): improve error message for unknown tag 2024-07-22 13:36:08 +00:00
digests.rs refactor(tvix/castore): use Directory struct separate from proto one 2024-08-13 12:17:01 +00:00
errors.rs refactor(tvix/castore): add PathComponent type for checked components 2024-08-17 15:59:10 +00:00
fixtures.rs refactor(tvix/castore): add PathComponent type for checked components 2024-08-17 15:59:10 +00:00
hashing_reader.rs refactor(tvix/castore/hashing_reader): migrate to rstest 2024-04-07 14:51:47 +00:00
lib.rs refactor(tvix/castore): add PathComponent type for checked components 2024-08-17 15:59:10 +00:00
tonic.rs chore(tvix): upgrade to tonic 0.12 / hyper 1.0 2024-07-21 11:01:38 +00:00