Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Paths are displayed weirdly on Windows #113

Closed
drrlvn opened this issue Jan 25, 2019 · 3 comments
Closed

Paths are displayed weirdly on Windows #113

drrlvn opened this issue Jan 25, 2019 · 3 comments
Labels
bug Something isn't working windows

Comments

@drrlvn
Copy link
Collaborator

drrlvn commented Jan 25, 2019

There's a //?/ before the path, e.g.:

―― Pulling //?/C:/Users/Dror Levin/config-files ―――――――――――――――――――――――――――――――――

Also topgrade is printing slashes instead of backslashes but that's acceptable.

@r-darwish r-darwish added windows bug Something isn't working labels Jan 26, 2019
@r-darwish
Copy link
Owner

@tversteeg
Copy link
Contributor

This is a proper path in Windows: https://stackoverflow.com/a/21194605/1350184

@r-darwish
Copy link
Owner

@tversteeg I know. It's just not very human friendly as people aren't really used to that

r-darwish added a commit that referenced this issue Jan 30, 2019
While `//?/C:/Users/Someone/config-files` is a valid path, it's not very human friendly.
Such paths are returned from `BaseDirs`. This patch formats them in the traditional way.
r-darwish added a commit that referenced this issue Jan 30, 2019
While `//?/C:/Users/Someone/config-files` is a valid path, it's not very human friendly.
Such paths are returned from `BaseDirs`. This patch formats them in the traditional way.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working windows
Projects
None yet
Development

No branches or pull requests

3 participants