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

Drop dependency on 'which' crate #295

Merged
merged 1 commit into from
Jan 28, 2020

Conversation

evnu
Copy link
Member

@evnu evnu commented Jan 13, 2020

std::process::Command determines the path to an executable using the os-specific PATH variable. As we are only interested in calling the erl executable when building, but not where the executable is placed within the file system, we can attempt to call it directly. The dependency was introduced with #178.

std::process::Command determines the path to an executable using the
os-specific PATH variable. As we are only interested in calling the
`erl` executable when building, but not where the executable is placed
within the file system, we can attempt to call it directly.
@evnu evnu requested a review from hansihe January 13, 2020 22:19
@evnu
Copy link
Member Author

evnu commented Jan 13, 2020

@hansihe I assigned you as a reviewer because you reviewed #178. Feel free to reassign!

@filmor filmor merged commit fe48368 into rusterlium:master Jan 28, 2020
@evnu evnu deleted the drop-which-dependency branch January 29, 2020 08:44
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.

None yet

3 participants