Skip to content
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

Make Windows-style paths work #933

Closed
lberki opened this issue Feb 18, 2016 · 1 comment
Closed

Make Windows-style paths work #933

lberki opened this issue Feb 18, 2016 · 1 comment
Assignees
Labels
P2 We'll consider working on this in future. (Assignee optional) platform: windows type: feature request
Milestone

Comments

@lberki
Copy link
Contributor

lberki commented Feb 18, 2016

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 like C:foo or UNC paths. We could just ignore UNC paths for the time being, though.

@damienmg damienmg added type: feature request P1 I'll work on this now. (Assignee required) labels Feb 18, 2016
@damienmg damienmg added P2 We'll consider working on this in future. (Assignee optional) and removed P1 I'll work on this now. (Assignee required) labels Apr 19, 2016
@dslomov dslomov added this to the 0.5 milestone Dec 8, 2016
@laszlocsomor
Copy link
Contributor

I think this bug will be fixed by fixing #2181.
Closing it as a dupe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 We'll consider working on this in future. (Assignee optional) platform: windows type: feature request
Projects
None yet
Development

No branches or pull requests

4 participants