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

imp(Deps): doesnt compile ansi_term on Windows since its not used #1178

Merged
merged 3 commits into from
Feb 13, 2018

Conversation

kbknapp
Copy link
Member

@kbknapp kbknapp commented Feb 12, 2018

Before this commit, ansi_term was compiled anytime the color feature
was used. However, on Windows the color feature is ignored. Even so
ansi_term was compiled, and just not used. This commit fixes that by
only compiling ansi_term on non-Windows targets. Thanks to @retep998 for
the gudiance.

Closes #1155


This change is Reviewable

@mention-bot
Copy link

@kbknapp, thanks for your PR! By analyzing the history of the files in this pull request, we identified @kbknapp to be a potential reviewer.

@kbknapp kbknapp merged commit 5b373f5 into master Feb 13, 2018
@kbknapp kbknapp deleted the issue-1155 branch February 13, 2018 01:52
Before this commit, ansi_term was compiled anytime the `color` feature
was used. However, on Windows the `color` feature is ignored. Even so
ansi_term was compiled, and just not used. This commit fixes that by
only compiling ansi_term on non-Windows targets. Thanks to @retep998 for
the gudiance.

Closes #1155
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.

Don't compile ansi_term on Windows
2 participants