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

fix(windows): normalize paths with normpath instead of std::fs::canonicalize() #84

Merged
merged 1 commit into from
Apr 6, 2024

Conversation

max-heller
Copy link
Owner

@max-heller max-heller commented Apr 6, 2024

On Windows, std::fs::canonicalize() produces a weird type of path that cannot be used with Command::current_dir(). This switches to using the normpath crate, which should avoid these issues.

@max-heller max-heller merged commit 319c7ba into main Apr 6, 2024
20 checks passed
@max-heller max-heller deleted the windows-path-normalization branch April 6, 2024 18:00
@max-heller max-heller mentioned this pull request Apr 6, 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