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

Use ShellExecute rather than start.exe to open docs on windows #1117

Merged
merged 3 commits into from
May 18, 2017

Conversation

mattico
Copy link
Contributor

@mattico mattico commented May 12, 2017

Closes #499

The implementation is not too complicated, so it's a bit better than spawning a cmd.exe just to open docs. It also should fix opening docs for the few people still using a year-old insider preview build.

Closes rust-lang#499

The implementation is not too complicated, so it's a bit better than spawning a cmd.exe just to open docs. It also should fix opening docs for the few people still using a year-old insider preview build.
@Diggsey
Copy link
Contributor

Diggsey commented May 17, 2017

Thanks, this looks great!

@bors r+

@bors
Copy link
Contributor

bors commented May 17, 2017

📌 Commit 9733eaf has been approved by Diggsey

@bors
Copy link
Contributor

bors commented May 18, 2017

⌛ Testing commit 9733eaf with merge b8b620d...

bors added a commit that referenced this pull request May 18, 2017
Use ShellExecute rather than start.exe to open docs on windows

Closes #499

The implementation is not too complicated, so it's a bit better than spawning a cmd.exe just to open docs. It also should fix opening docs for the few people still using a year-old insider preview build.
@bors
Copy link
Contributor

bors commented May 18, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: Diggsey
Pushing b8b620d to master...

@bors bors merged commit 9733eaf into rust-lang:master May 18, 2017
@mattico mattico deleted the use-shellexecute branch May 18, 2017 16:11
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.

Use ShellExecute to open docs on windows
3 participants