-
Notifications
You must be signed in to change notification settings - Fork 13k
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
bootstrap: Rename profile = user to profile = dist #112166
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @clubby789 (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@clubby789 can u take a look |
This looks good to me. Would you mind squashing your commits into one? |
Sure |
Imma do it then do the PR |
@clubby789 can u take a look |
@bors r+ |
@AnakinSkywalkeer, in the future, when you want to link your PR to an issue that is fixed, please put it in the PR message body instead of the title. That'll make sure it's automatically closed when the PR lands. (Also, a description wouldn't hurt for PRs in the future.) I've fixed this one for you. |
ohhh so sorry about that my bad gonna keep in mind next time |
⌛ Testing commit a45fc94 with merge 37c0c16318363ed8b5240119170888b31c53188b... |
@bors retry yield to rollup |
…mpiler-errors Rollup of 6 pull requests Successful merges: - rust-lang#109609 (Separate AnonConst from ConstBlock in HIR.) - rust-lang#112166 (bootstrap: Rename profile = user to profile = dist) - rust-lang#112168 (Lower `unchecked_div`/`_rem` to MIR's `BinOp::Div`/`Rem`) - rust-lang#112183 (Normalize anon consts in new solver) - rust-lang#112211 (pass `--lib` to `x doc`) - rust-lang#112223 (Don't ICE in new solver when auto traits have associated types) r? `@ghost` `@rustbot` modify labels: rollup
This doesn't keep backwards compatibility like I asked for in the issue :/ it also doesn't update configure.py, so anyone using configure will be using an invalid profile; and it doesn't update the file in src/bootstrap/defaults. I think the only effect of this is that it's no longer possible to pick |
…rtlarsan68 Revert 'Rename profile=user to profile=dist' This reverts commit a45fc94 (rust-lang#112166) Reverted as it didn't meet the requirements (rust-lang#112166 (comment)) and is causing issues (closes rust-lang#112846) cc `@AnakinSkywalkeer`
…rtlarsan68 Revert 'Rename profile=user to profile=dist' This reverts commit a45fc94 (rust-lang#112166) Reverted as it didn't meet the requirements (rust-lang#112166 (comment)) and is causing issues (closes rust-lang#112846) cc ``@AnakinSkywalkeer``
Fixes #112074