Skip to content

mk: Tweak tidy script to work on Windows python #31855

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

Merged
merged 1 commit into from
Feb 24, 2016

Conversation

alexcrichton
Copy link
Member

The MinGW-based Python implementations would automatically do this, but if we
want to use Python from the official downloads our usage of / instead of \
can wreak havoc. In a few select locations just use os.path.normpath do do the
conversions properly for us.

The MinGW-based Python implementations would automatically do this, but if we
want to use Python from the official downloads our usage of `/` instead of `\`
can wreak havoc. In a few select locations just use `os.path.normpath` do do the
conversions properly for us.
@rust-highfive
Copy link
Contributor

r? @aturon

(rust_highfive has picked a reviewer for you, use r? to override)

@nikomatsakis
Copy link
Contributor

@bors r+ p=22

@bors
Copy link
Collaborator

bors commented Feb 24, 2016

📌 Commit 622ec5d has been approved by nikomatsakis

bors added a commit that referenced this pull request Feb 24, 2016
The MinGW-based Python implementations would automatically do this, but if we
want to use Python from the official downloads our usage of `/` instead of `\`
can wreak havoc. In a few select locations just use `os.path.normpath` do do the
conversions properly for us.
@bors
Copy link
Collaborator

bors commented Feb 24, 2016

⌛ Testing commit 622ec5d with merge a4574bd...

@bors bors merged commit 622ec5d into rust-lang:master Feb 24, 2016
@alexcrichton alexcrichton deleted the fix-tidy branch February 25, 2016 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants