We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
directory-1.3.7.1 works correctly on Windows:
directory-1.3.7.1
> System.Directory.canonicalizePath "\\\\localhost" "\\\\localhost"
But directory-1.3.8.0 does not:
directory-1.3.8.0
> System.Directory.canonicalizePath "\\\\localhost" "C:\\localhost"
I have not tracked the regression further. Might it be related to AFPP refactoring?.. CC @hasufell
The text was updated successfully, but these errors were encountered:
fc38cbf
Yeah, just found the regression too. It was indeed introduced by my rewrite of fromExtendedLengthPath.
fromExtendedLengthPath
Can we communicate that this fix needs to go into the next GHC release/releases? Possibly backported.
Sorry, something went wrong.
From #170 (comment):
@bgamari
No branches or pull requests
directory-1.3.7.1
works correctly on Windows:But
directory-1.3.8.0
does not:I have not tracked the regression further. Might it be related to AFPP refactoring?.. CC @hasufell
The text was updated successfully, but these errors were encountered: