Update comment for STAGE0_MISSING_TARGETS#149840
Conversation
|
The Miri subtree was changed cc @rust-lang/miri |
|
rustbot has assigned @Mark-Simulacrum. Use |
|
@rustbot blocked |
This comment was marked as resolved.
This comment was marked as resolved.
36fe951 to
48d34c9
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
Rerolling since Mark has like 30 in-review PRs |
75e9176 to
bc4737d
Compare
|
Nit: Since we're modifying this whole comment, could you also replace the |
src/bootstrap/src/core/sanity.rs
Outdated
| // Targets can be removed from this list once they are present in the stage 0 compiler during a | ||
| // bootstrap compiler bump (typically updating the bootstrap compiler to a newer beta compiler that | ||
| // *does* already know about the targets). |
There was a problem hiding this comment.
I find this phrasing a bit confusing.
Is the idea that people should feel free to update this list as part of a bootstrap beta bump, if the new stage0 compiler now knows about the missing targets?
There was a problem hiding this comment.
I guess the idea is that it'll happen during the usual release process bootstrap compiler bumps. But such bumps can also rarely happen manually outside of the usual release procedures (I've done that once or twice I think?) but definitely not for updating missing stage 0 target reasons.
There was a problem hiding this comment.
I changed it to say
Targets can be removed from this list during the usual release process bootstrap compiler bumps.
... which, I don't know, might be worse?
There was a problem hiding this comment.
I would at least want to mention again why they can be removed, i.e. because the newly-bumped stage0 compiler now knows about the formerly-missing targets.
bc4737d to
00013a0
Compare
00013a0 to
de0945b
Compare
|
Looks good; r=me if you're done making edits. |
|
@bors r=Zalathar rollup |
…uwer Rollup of 4 pull requests Successful merges: - #149840 (Update comment for `STAGE0_MISSING_TARGETS`) - #150109 (crash test readme: point to rustc-dev-guide) - #150204 (Port `#[cfi_encoding]` to attribute parser) - #150237 (Skip tidy target-specific check for `run-make-cargo` too) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #149840 - jieyouxu:bootstrap-missing-stage0, r=Zalathar Update comment for `STAGE0_MISSING_TARGETS`
…uwer Rollup of 4 pull requests Successful merges: - rust-lang/rust#149840 (Update comment for `STAGE0_MISSING_TARGETS`) - rust-lang/rust#150109 (crash test readme: point to rustc-dev-guide) - rust-lang/rust#150204 (Port `#[cfi_encoding]` to attribute parser) - rust-lang/rust#150237 (Skip tidy target-specific check for `run-make-cargo` too) r? `@ghost` `@rustbot` modify labels: rollup
No description provided.