You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #1452, we want to add submodules to Path, such as Path.Absolute and Path.Directory that only operate on concretely-typed paths. Since these submodules would take specifically typed paths, they don't need to return Result types for operations.
Blocked on the new module system.
The text was updated successfully, but these errors were encountered:
As discussed in #1452, we want to add submodules to
Path
, such asPath.Absolute
andPath.Directory
that only operate on concretely-typed paths. Since these submodules would take specifically typed paths, they don't need to return Result types for operations.Blocked on the new module system.
The text was updated successfully, but these errors were encountered: