Skip to content

dev guide ping group and set adhoc reviewers to compiler #135132

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

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

BoxyUwU
Copy link
Member

@BoxyUwU BoxyUwU commented Jan 5, 2025

r? @jieyouxu @Kobzol

I added you both to the cc list since you're both also on the list of owners for src/doc/rustc-dev-guide

@rustbot rustbot added A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 5, 2025
@rustbot
Copy link
Collaborator

rustbot commented Jan 5, 2025

triagebot.toml has been modified, there may have been changes to the review queue.

cc @davidtwco, @wesleywiser

@rustbot
Copy link
Collaborator

rustbot commented Jan 5, 2025

Error: Invalid triagebot.toml at position 993:36:

TOML parse error at line 993, column 36
    |
993 | [mentions."src/doc/rustc-dev-guide]
    |                                    ^
invalid basic string

Please file an issue on GitHub at triagebot if there's a problem with this bot, or reach out on #t-infra on Zulip.

triagebot.toml Outdated
@@ -1208,7 +1212,7 @@ project-exploit-mitigations = [
"/src/doc/nomicon" = ["@ehuss"]
"/src/doc/reference" = ["@ehuss"]
"/src/doc/rust-by-example" = ["@ehuss"]
"/src/doc/rustc-dev-guide" = ["@kobzol", "@jieyouxu"]
"/src/doc/rustc-dev-guide" = ["@kobzol", "@jieyouxu", "@BoxyUwU"]
Copy link
Member Author

Choose a reason for hiding this comment

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

I also added myself here but I wonder if we should actually be just assigning compiler since in most cases it will be compiler PRs that happen to also touch the dev guide

Copy link
Member

Choose a reason for hiding this comment

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

I don't think we should ping the entire compiler team on every change to the dev guide, I personally do not want to be pinged

Copy link
Member

Choose a reason for hiding this comment

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

oh wait you mean assignment. yeah assigning compiler makes sense

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm actually just going to go ahead and do that, let me know what you think. With the ping group we'll all get notified whenever anyone touches the subtree anyway so I don't know if there's a point in explicitly maintaining a separate list here from compiler when these PRs are going to want a compiler reviewer anyway 🤷‍♀️

@BoxyUwU BoxyUwU changed the title triagebot: ping people when changes to the dev guide are made dev guide ping group and set adhoc reviewers to compiler Jan 5, 2025
Copy link
Member

@jieyouxu jieyouxu left a comment

Choose a reason for hiding this comment

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

Thanks!

@jieyouxu
Copy link
Member

jieyouxu commented Jan 5, 2025

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Jan 5, 2025

📌 Commit 2cc114c has been approved by jieyouxu

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 Jan 5, 2025
@jieyouxu jieyouxu added the A-rustc-dev-guide Area: rustc-dev-guide label Jan 5, 2025
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jan 5, 2025
dev guide ping group and set adhoc reviewers to compiler

r? `@jieyouxu` `@Kobzol`

I added you both to the `cc` list since you're both also on the list of owners for `src/doc/rustc-dev-guide`
bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 5, 2025
…iaskrgr

Rollup of 4 pull requests

Successful merges:

 - rust-lang#135085 (add m68k-unknown-none-elf target)
 - rust-lang#135111 (Add doc aliases for `libm` and IEEE names)
 - rust-lang#135129 (triagebot: label `src/doc/rustc-dev-guide` changes with `A-rustc-dev-guide`)
 - rust-lang#135132 (dev guide ping group and set adhoc reviewers to compiler)

r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 6, 2025
…iaskrgr

Rollup of 4 pull requests

Successful merges:

 - rust-lang#135085 (add m68k-unknown-none-elf target)
 - rust-lang#135111 (Add doc aliases for `libm` and IEEE names)
 - rust-lang#135129 (triagebot: label `src/doc/rustc-dev-guide` changes with `A-rustc-dev-guide`)
 - rust-lang#135132 (dev guide ping group and set adhoc reviewers to compiler)

r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 6, 2025
Rollup of 4 pull requests

Successful merges:

 - rust-lang#135085 (add m68k-unknown-none-elf target)
 - rust-lang#135111 (Add doc aliases for `libm` and IEEE names)
 - rust-lang#135129 (triagebot: label `src/doc/rustc-dev-guide` changes with `A-rustc-dev-guide`)
 - rust-lang#135132 (dev guide ping group and set adhoc reviewers to compiler)

r? `@ghost`
`@rustbot` modify labels: rollup

try-job: dist-aarch64-apple
bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 6, 2025
…iaskrgr

Rollup of 6 pull requests

Successful merges:

 - rust-lang#135111 (Add doc aliases for `libm` and IEEE names)
 - rust-lang#135129 (triagebot: label `src/doc/rustc-dev-guide` changes with `A-rustc-dev-guide`)
 - rust-lang#135132 (dev guide ping group and set adhoc reviewers to compiler)
 - rust-lang#135145 (Mention `unnameable_types` in `unreachable_pub` documentation.)
 - rust-lang#135147 (A few borrowck tweaks to improve 2024 edition migration lints)
 - rust-lang#135150 (move footnote to ordinary comment)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 69e7b12 into rust-lang:master Jan 6, 2025
6 checks passed
@rustbot rustbot added this to the 1.86.0 milestone Jan 6, 2025
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Jan 6, 2025
Rollup merge of rust-lang#135132 - BoxyUwU:rdg_ping_group, r=jieyouxu

dev guide ping group and set adhoc reviewers to compiler

r? ``@jieyouxu`` ``@Kobzol``

I added you both to the `cc` list since you're both also on the list of owners for `src/doc/rustc-dev-guide`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-rustc-dev-guide Area: rustc-dev-guide S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants