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

WIP: refactor!: use same paths representation for unix/windows #390

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aawsome
Copy link
Member

@aawsome aawsome commented Dec 24, 2024

Use typed_path to use a common path representation on windows/unix. This will increase windows compatibility and makes testing easier.

TODO:

  • remove unwraps when converting to/from std::path::Path/PathBuf
  • Adjust tests, some windows/unix separation is now no longer needed.
  • globset support for UnixPath
  • unit tests

@aawsome aawsome force-pushed the typed_path branch 2 times, most recently from dbc9dab to 32ae757 Compare December 29, 2024 14:35
@aawsome aawsome changed the title WIP: use same paths representation for unix/windows WIP: refactor!: use same paths representation for unix/windows Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant