Make Windows-style paths work #933
Labels
P2
We'll consider working on this in future. (Assignee optional)
platform: windows
type: feature request
Milestone
We currently uses the Windows -> Unix path mapping msys provides, which will have to go, mainly so that things like
local_repository(name="foo", path="c:\foo")
work, but also so that we can cut the dependency on msys.PathFragment
has some support for drive letters, but not paths likeC:foo
or UNC paths. We could just ignore UNC paths for the time being, though.The text was updated successfully, but these errors were encountered: