add partial_canonicalize helper function

This is useful for checking for potential overlap between paths that
have not been fully created yet.
This commit is contained in:
Olivia Lee 2025-04-06 17:43:12 -07:00
parent c03103a142
commit abb1b5681e
No known key found for this signature in database
GPG key ID: 54D568A15B9CD1F9
3 changed files with 125 additions and 1 deletions

View file

@ -153,6 +153,7 @@ nix = { version = "0.29", features = ["resource", "time"] }
assert_cmd = "2.0.16"
insta = { version = "1.42.2", features = ["filters", "json", "redactions"] }
predicates = "3.1.3"
tempfile = "3.19.1"
[profile.dev.package.insta]
opt-level = 3