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

Move std::fs::file.copy to std::fs::path::Path.copy #587

Closed
yorickpeterse opened this issue Jul 5, 2023 · 0 comments
Closed

Move std::fs::file.copy to std::fs::path::Path.copy #587

yorickpeterse opened this issue Jul 5, 2023 · 0 comments
Labels
accepting contributions Issues that are suitable to be worked on by anybody, not just maintainers feature New things to add to Inko, such as a new standard library module std Changes related to the standard library
Milestone

Comments

@yorickpeterse
Copy link
Collaborator

Description

Similar to moving std::fs::file.remove (#586), we should also move the copy method to Path. This way path specific logic remains in the Path type, instead of some of this residing in some other module.

Related work

No response

@yorickpeterse yorickpeterse added accepting contributions Issues that are suitable to be worked on by anybody, not just maintainers feature New things to add to Inko, such as a new standard library module std Changes related to the standard library labels Jul 5, 2023
@yorickpeterse yorickpeterse added this to the 0.13.0 milestone Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepting contributions Issues that are suitable to be worked on by anybody, not just maintainers feature New things to add to Inko, such as a new standard library module std Changes related to the standard library
Projects
None yet
Development

No branches or pull requests

1 participant