directory-1.3.7.1 works correctly on Windows:
> System.Directory.canonicalizePath "\\\\localhost"
"\\\\localhost"
But directory-1.3.8.0 does not:
> System.Directory.canonicalizePath "\\\\localhost"
"C:\\localhost"
I have not tracked the regression further. Might it be related to AFPP refactoring?.. CC @hasufell
directory-1.3.7.1works correctly on Windows:But
directory-1.3.8.0does not:I have not tracked the regression further. Might it be related to AFPP refactoring?.. CC @hasufell