-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Emit JSON output for the building of bootstrap itself #107873
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
I think the formatting should be done in another PR, to have a dedicated place to discuss it. |
9dc36b4
to
1057e21
Compare
Sorry not quite sure what 'r=me' means so I'll just tag you. |
Could not assign reviewer from: |
@zephaniahong out of curiosity, have you tested whether this fixes rust-analyzer on bootstrap when it doesn't compile? |
@rustbot ready |
@jyn514 Yupp! Works for me😊 |
@bors r=albertlarsan68 |
@zephaniahong: 🔑 Insufficient privileges: Not in reviewers |
Thanks for your PR! |
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#107657 (Add only modified subcommand for compiletest) - rust-lang#107864 (rustdoc: clean up `write!` calls with less stuttering) - rust-lang#107873 (Emit JSON output for the building of bootstrap itself) - rust-lang#107895 (remove redundant clones) - rust-lang#107897 (Reexported macros docs) - rust-lang#107909 (rustdoc: remove redundant `if s.is_empty()` from `find_testable_code`) - rust-lang#107912 (rustdoc: Don't resolve link to field on different variant) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #107832 .
Main changes are from line 792 onwards. Other changes are due to the flake8 formatter. Let me know if I should not use the formatter.