-
Notifications
You must be signed in to change notification settings - Fork 55
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
Filesystems incorrectly escape backslashes in files and folders #201
Comments
Good catch. Will you create PRs yourself in the relevant places? Otherwise I'll make a start. I believe it's mostly an issue for the Unix filesystems, but will include the Windows ones too. |
Could you make a start? |
I believe these are it. Both The changes in |
Everything is now merged so this should be fixed. Let me know if this can be closed! |
Thanks for the quick fix. Can confirm this issue is resolved with the latest dev releases. |
Some filesystems seem to incorrectly escape backslashes in files and folders. This is likely unnecessary since 763fddc introduced the
alt_separator
behaviour.Given the
/example
folder below, plugins like walkfs and tools like target-shell will break when encountering a filesystem entry with a backslash.At least four filesystem implementations use this form of escaping:
The text was updated successfully, but these errors were encountered: