mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
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:
parent
c03103a142
commit
abb1b5681e
3 changed files with 125 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue