Skip to content

fix: Use better fix for macOS Catalina #2

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
3 commits merged into from
Oct 22, 2019
Merged

Conversation

ghost
Copy link

@ghost ghost commented Oct 22, 2019

Dupe of #3

benesch and others added 3 commits October 21, 2019 13:00
std::process::Command is known to be unpredictable when a relative path
is used together with `current_dir`, and outright fails on macOS
Catalina [0]. Absolutize paths before passing them to
std::process::Command to stay within the documented constraints of the
API.

[0]: rust-lang/rust#37868
This reverts commit 9cb0245.

Signed-off-by: Alexander Rodin <[email protected]>
Signed-off-by: Alexander Rodin <[email protected]>
@ghost ghost changed the title Use better fix for catalina fix: Use better fix for macOS Catalina Oct 22, 2019
@ghost ghost merged commit 67ed830 into master Oct 22, 2019
ghost pushed a commit that referenced this pull request Oct 22, 2019
@ghost ghost deleted the use-better-fix-for-catalina branch October 22, 2019 16:02
@ghost ghost restored the use-better-fix-for-catalina branch October 22, 2019 16:02
@ghost ghost deleted the use-better-fix-for-catalina branch October 22, 2019 16:09
@ghost ghost restored the use-better-fix-for-catalina branch October 22, 2019 16:09
This pull request was closed.
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.

2 participants