This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
Function update_one
cannot accept CanonicalPathBuf
for deleted files
#45
Labels
bug
Something isn't working
This is an oversight of implementation in #42
See #38 for more context. TL;DR: We use
update_one
for cases when a resource by some path changed or was deleted at all. We can't canonicalize a non-existent path, so we fail to callupdate_one
in this case. This API should receive plainPath
-like type:Path
,PathBuf
or be generic withAsRef<Path>
.The text was updated successfully, but these errors were encountered: