Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stdlib: Path library should be enhanced to have concretely-typed, non-Result based submodules #1496

Open
phated opened this issue Dec 1, 2022 · 0 comments
Assignees
Labels

Comments

@phated
Copy link
Member

phated commented Dec 1, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants