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

Don't spawn processes for copying/probing #630

Merged
merged 1 commit into from Aug 6, 2016

Conversation

Projects
None yet
2 participants
@alexcrichton
Copy link
Member

alexcrichton commented Jul 30, 2016

We can copy files with normal libstd APIs as well as just take a look at $PATH
if we're trying to find a command.

Don't spawn processes for copying/probing
We can copy files with normal libstd APIs as well as just take a look at `$PATH`
if we're trying to find a command.

@brson brson merged commit 0bac83e into rust-lang:master Aug 6, 2016

2 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details

@alexcrichton alexcrichton deleted the alexcrichton:no-process branch Aug 23, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.