-
Notifications
You must be signed in to change notification settings - Fork 979
Remove more Notification variants #4501
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
Conversation
a4dd0a3
to
ed4ff46
Compare
Concerns regarding the output format change
ed4ff46
to
3245111
Compare
This messed with the tests, where my editor was chopping of trailing whitespace. While I'm in here, don't capitalize and parenthesize to make this line fit in better with the rest of our logging/errors.
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.
LGTM! I'm still not sure if anyone is relying on parsing our output though since the format has changed, maybe we have to go through a full release to know that.
src/dist/manifestation.rs
Outdated
&self.target_triple, | ||
Some(&self.target_triple), | ||
)); | ||
info!(component = "rust", "installing component"); |
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 will be covered by #4471, not sure if it should be added back in that PR during rebase.
Continuing the work started in