-
Notifications
You must be signed in to change notification settings - Fork 988
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
[develop2] Improve a bit the output msgs #12746
[develop2] Improve a bit the output msgs #12746
Conversation
Add progress to the output of package installation process
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks so much nicer now!
@@ -200,6 +208,7 @@ def write_cmake_presets(conanfile, toolchain_file, generator, cache_variables, | |||
|
|||
preset_content = json.dumps(data, indent=4) | |||
save(preset_path, preset_content) | |||
ConanOutput(str(conanfile)).info("CMakeToolchain generated: CMakePresets.json") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm guessing these are ConanFileInterface
s and that's why they can't just call conanfile.output...
, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, good catch, I think this might be a full conanfile, this might be replaced by conanfile.output.info
Changelog: Feature: Improved global Conan output messages (create, install, export, etc.)
Docs: omit