Merge commit 'df22a1e51b411329184b3fe33cfc0b665b7b87b6'

This commit is contained in:
2024-05-03 21:15:51 -05:00
32 changed files with 318 additions and 283 deletions

View File

@@ -29,7 +29,7 @@ static ox::Error pathToInode(
return {};
}
if (beginsWith(path, "uuid://")) {
auto const uuid = substr<ox::StringView>(path, 7);
auto const uuid = ox::substr(path, 7);
oxReturnError(keel::uuidToPath(ctx, uuid).moveTo(path));
}
oxRequire(s, dest.stat(path));