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

Show Conan version in every log before running the install #156

Merged
merged 4 commits into from
Aug 2, 2019

Conversation

jgsogo
Copy link

@jgsogo jgsogo commented Aug 2, 2019

Conan version is very useful information for any error report.

This PR also creates a Utils.RunProcessAsync function to run commands, it can be reused from other parts of the project.

closes #149

@jgsogo jgsogo added this to the 1.2.1 milestone Aug 2, 2019
@jgsogo jgsogo requested a review from SSE4 August 2, 2019 11:31
@jgsogo jgsogo self-assigned this Aug 2, 2019

namespace Conan.VisualStudio
{
public static class Utils
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

may we use something more specific instead of just utils?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest a name, my plan is to gather common utilities like this run, maybe som print-to-log-and-output,... in a single place to make them more reusable.

@SSE4 SSE4 merged commit 41a92f6 into conan-io:dev Aug 2, 2019
@jgsogo jgsogo deleted the issue/149-conan-version branch August 2, 2019 13:57
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.

Print the Conan version on every .log file
2 participants