-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 ignore message in console and json output #94566
Conversation
r? @kennytm (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
113fab8
to
2162d7a
Compare
This comment has been minimized.
This comment has been minimized.
2162d7a
to
5d4f681
Compare
This comment has been minimized.
This comment has been minimized.
5d4f681
to
3b5ecaa
Compare
This comment has been minimized.
This comment has been minimized.
3b5ecaa
to
b02db87
Compare
Hi @m-ou-se, |
Hi @Mark-Simulacrum, do you have any concerns about this? The ignore message will show as we think on the summary of |
☔ The latest upstream changes (presumably #94824) made this pull request unmergeable. Please resolve the merge conflicts. |
I plan to review it soon, just haven't had the chance to yet. |
b02db87
to
38b96b9
Compare
r? @m-ou-se since I authored the test cases here -- was going to offer some mentoring instructions but ended up finishing the work. There's probably a nice cleanup project to unify some of the test cases, and we might want to drop --logfile now that the JSON output mode exists. |
@m-ou-se If there is something I can do, please let me know, I am willing to help. :) |
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.
Thanks! Looks good. I left a few small comments.
This comment has been minimized.
This comment has been minimized.
3564249
to
80f191f
Compare
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
3dbf021
to
3a0ae49
Compare
@m-ou-se Thanks for the review. The PR is ready. 😃 |
@bors r+ |
📌 Commit b1c3494 has been approved by |
…u-se Show ignore message in console and json output - Provide ignore the message in console and JSON output - Modify the ignore message style in the log file related: rust-lang#92714
☀️ Test successful - checks-actions |
Rollup of 4 pull requests Successful merges: - rust-lang#94566 (Show ignore message in console and json output) - rust-lang#95415 (diagnostics: regression test for HashMap iter_mut suggestion) - rust-lang#95422 (Refactor: Use `format-args-capture` and remove an unnecessary nested block) - rust-lang#95424 (:arrow_up: rust-analyzer) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Finished benchmarking commit (05d2221): comparison url. Summary: This benchmark run did not return any relevant results. 4 results were found to be statistically significant but too small to be relevant. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
related: #92714