Skip to content

Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1 #100814

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged

Conversation

gabrielbusta
Copy link
Contributor

@rustbot label +A-translation

r? rust-lang/diagnostics
cc #100717

@rustbot rustbot added A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Aug 20, 2022
@rust-highfive
Copy link
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @compiler-errors (or someone else) soon.

Please see the contribution instructions for more information.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 20, 2022
@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

Copy link
Member

@davidtwco davidtwco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a great start, left a comment or two

@davidtwco
Copy link
Member

r? @davidtwco

@davidtwco davidtwco mentioned this pull request Aug 23, 2022
84 tasks
@bors

This comment was marked as resolved.

@davidtwco
Copy link
Member

We have a no merge policy, do you think you could remove those merge commits? :)

@gabrielbusta gabrielbusta force-pushed the port_trait_selection_diagnostics branch from 2fbc967 to 1b81e3a Compare August 26, 2022 18:09
@gabrielbusta gabrielbusta changed the title Porting rustc_trait_selection diagnostics Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1 Aug 26, 2022
@gabrielbusta gabrielbusta marked this pull request as ready for review August 26, 2022 18:10
@rustbot
Copy link
Collaborator

rustbot commented Aug 26, 2022

rustc_error_messages was changed

cc @davidtwco, @compiler-errors, @JohnTitor, @estebank, @TaKO8Ki

@gabrielbusta gabrielbusta force-pushed the port_trait_selection_diagnostics branch from 1b81e3a to 18feed3 Compare August 26, 2022 18:56
@gabrielbusta gabrielbusta requested a review from davidtwco August 29, 2022 15:27
@gabrielbusta gabrielbusta force-pushed the port_trait_selection_diagnostics branch 2 times, most recently from 1d24c51 to 013994a Compare August 30, 2022 23:08
@gabrielbusta gabrielbusta requested a review from davidtwco August 30, 2022 23:13
@gabrielbusta gabrielbusta force-pushed the port_trait_selection_diagnostics branch 2 times, most recently from 413d176 to 06a2d5b Compare August 31, 2022 20:57
@gabrielbusta gabrielbusta requested a review from davidtwco August 31, 2022 21:49
@bors

This comment was marked as resolved.

Copy link
Member

@davidtwco davidtwco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r=me after rebase

@gabrielbusta gabrielbusta force-pushed the port_trait_selection_diagnostics branch from 06a2d5b to 8e82200 Compare September 1, 2022 17:55
@davidtwco
Copy link
Member

@bors r+

@bors
Copy link
Collaborator

bors commented Sep 2, 2022

📌 Commit 8e82200 has been approved by davidtwco

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 2, 2022
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Sep 2, 2022
…diagnostics, r=davidtwco

 Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1

`@rustbot` label +A-translation

r? rust-lang/diagnostics
cc rust-lang#100717
bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 2, 2022
…iaskrgr

Rollup of 6 pull requests

Successful merges:

 - rust-lang#100121 (Try normalizing types without RevealAll in ParamEnv in MIR validation)
 - rust-lang#100200 (Change implementation of `-Z gcc-ld` and `lld-wrapper` again)
 - rust-lang#100814 ( Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1)
 - rust-lang#101215 (Also replace the version placeholder in rustc_attr)
 - rust-lang#101260 (Use `FILE_ATTRIBUTE_TAG_INFO` to get reparse tag)
 - rust-lang#101323 (Remove unused .toggle-label CSS rule)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit c8749f0 into rust-lang:master Sep 2, 2022
@rustbot rustbot added this to the 1.65.0 milestone Sep 2, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants