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 escape backslashes in file paths on Windows #102

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

NHZEX
Copy link

@NHZEX NHZEX commented Apr 20, 2023

The current implementation for handling file paths on Windows is causing issues when using the \ separator. This is because the \ sequence is being treated as an escape sequence, which leads to the incorrect parsing of file paths.

@simoneb
Copy link
Collaborator

simoneb commented Apr 20, 2023

Thanks for your pull request. You can see that CI is red, can you please fix it? Also, as part of this it would be good if we changed CI to also run on Windows, so that we can actually check that this change works correctly

@NHZEX NHZEX marked this pull request as draft April 26, 2023 16:17
@mcollina
Copy link
Member

mcollina commented May 3, 2023

what's missing here?

@NHZEX
Copy link
Author

NHZEX commented May 3, 2023

Sorry, I encountered many errors in the Windows test, but I don't have more time to solve them. Anyone is welcome to take over this pull request, or I can convert it into an issue.

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.

None yet

3 participants