-
Notifications
You must be signed in to change notification settings - Fork 32
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
possible reversion of W.splitFileName "/\\?/a:" #219
Comments
I can take a look over the next weekend. |
This same issue is discussed here #183 (comment) |
Do you have a proposed fix? |
I'm working on this, hopefully will finish tomorrow. |
hasufell
added a commit
that referenced
this issue
Jan 30, 2024
hasufell
added a commit
that referenced
this issue
Feb 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before 1.4.100.2,
System.FilePath.Windows.splitFileName "/\\?/a:" == ("/\\?/a:","")
and in that version and since it changed to("/\\?/","a:")
I don't fully understand Windows path semantics, and this path was generated by QuickCheck, so I don't know which is right, but 1.4.100.2 did not document any change besides optimizations. Which makes me suspect this is an unintentional change.
Also, 6a1c98d fixed a reversion in
W.splitFileName "\\\\?\\A:\\fred"
which seems very similar to this.The text was updated successfully, but these errors were encountered: