You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.
@alpmestan Presumable </> does the right thing and we used to have a -/- b = unifyPath (a </> b) but that was very slow due to unifyPath, which we need, as otherwise Windows paths are a mess of slashes looking in random directions. We should clearly be able to do better, but noone has yet come up with a good plan.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've tried changing the build root on Windows like this:
and this:
But both fail with errors:
and
Clearly we are not handling paths correctly. I suspect we oversimplified our implementation of
-/-
:https://github.com/snowleopard/hadrian/blob/master/src/Hadrian/Utilities.hs#L133-L140
There is already an issue about
-/-
: #434, but I'm not sure if it's necessarily a duplicate.The text was updated successfully, but these errors were encountered: