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 path prefix on windows by replacing fs::canonicalize with dunce::canonicalize #182

Merged
merged 3 commits into from
Oct 27, 2024

Conversation

fluxxcode
Copy link
Owner

Fixed display errors on Windows for paths with prefixes. Previously the prefix \\?\ was manually removed during display. This has now been removed and fs::canonicalize, which adds this prefix, replaced by dunce:canonicalize.

This should make the code much more robust.

ref #168

@fluxxcode fluxxcode merged commit c1b301e into develop Oct 27, 2024
1 check passed
@fluxxcode fluxxcode deleted the fix/path_prefix_windows branch October 27, 2024 21:31
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