Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With our versioned path implementation, we have the following issue: assert(NativePath("/foo").absolute); // Passes assert(NativePath(NativePath("/foo").toNativeString()).absolute); // Fails However, instead of fixing the implementation, we provide a different root for the VFS, which is arguably simpler but also more correct.
- Loading branch information