Skip to content

Commit 86fb7ea

Browse files
authored
Change all uses of libs-impl to T-libs-impl (#506)
* Change all uses of `libs-impl` to `T-libs-impl` The label appears to have been renamed recently. * Add missing backticks
1 parent 25a3e45 commit 86fb7ea

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/compiler/prioritization/procedure.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Prioritization WG - Procedure
22

33
This document details the procedure the WG-prioritization follows to fill the agenda for the weekly meeting of `T-compiler`.
4-
The working group focuses mainly on triaging `T-compiler` and `libs-impl` bugs, deciding if bugs are critical (potential release blockers) or not and building the agenda for the most important things `T-compiler` needs to discuss.
4+
The working group focuses mainly on triaging `T-compiler` and `T-libs-impl` bugs, deciding if bugs are critical (potential release blockers) or not and building the agenda for the most important things `T-compiler` needs to discuss.
55

66
## General issues review process
77

@@ -24,8 +24,8 @@ High level overview:
2424
- Notify @pnkfelix about not properly tagged stable/beta-nominated issues
2525
- Create the next meeting agenda using the weekly agenda template
2626
- [Prepare agenda content](#prepare-agenda-content)
27-
- Add `T-compiler` and `libs-impl` to unlabelled T-compiler and libs-impl issues
28-
- Assign priority to unprioritized issues with "I-prioritize" label
27+
- Add `T-compiler` and `T-libs-impl` to unlabelled `T-compiler` and `T-libs-impl` issues
28+
- Assign priority to unprioritized issues with `I-prioritize` label
2929
- Process MCPs/FCPs
3030
- [Generate Agenda](#generate-agenda)
3131
- Run cli to generate agenda
@@ -57,19 +57,19 @@ High level overview:
5757

5858
### Prepare agenda content
5959

60-
#### Add `T-compiler` and `libs-impl` labels
60+
#### Add `T-compiler` and `T-libs-impl` labels
6161

62-
Add `T-compiler` and `libs-impl` labels to corresponding issues that are missing these labels.
62+
Add `T-compiler` and `T-libs-impl` labels to corresponding issues that are missing these labels.
6363

64-
- [No team assigned unprioritized I-prioritize](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+label%3AI-prioritize+-label%3AT-compiler+-label%3AT-cargo+-label%3AT-core+-label%3AT-doc+-label%3AT-infra+-label%3AT-lang+-label%3AT-libs+-label%3Alibs-impl+-label%3AT-release+-label%3AT-rustdoc)
65-
- [No team assigned stable nominations](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Astable-nominated+-label%3Astable-accepted+-label%3AT-compiler+-label%3AT-cargo+-label%3AT-core+-label%3AT-doc+-label%3AT-infra+-label%3AT-lang+-label%3AT-libs+-label%3Alibs-impl+-label%3AT-release+-label%3AT-rustdoc)
66-
- [No team assigned beta nominations](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Abeta-nominated+-label%3Abeta-accepted+-label%3AT-compiler+-label%3AT-cargo+-label%3AT-core+-label%3AT-doc+-label%3AT-infra+-label%3AT-lang+-label%3AT-libs+-label%3Alibs-impl+-label%3AT-release+-label%3AT-rustdoc)
67-
- [No team assigned I-nominated](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AI-nominated+-label%3AT-compiler+-label%3AT-cargo+-label%3AT-core+-label%3AT-doc+-label%3AT-infra+-label%3AT-lang+-label%3AT-libs+-label%3Alibs-impl+-label%3AT-release+-label%3AT-rustdoc)
68-
- [No team assigned PR's waiting on team](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AS-waiting-on-team+-label%3AT-compiler+-label%3AT-cargo+-label%3AT-core+-label%3AT-doc+-label%3AT-infra+-label%3AT-lang+-label%3AT-libs+-label%3Alibs-impl+-label%3AT-release+-label%3AT-rustdoc)
64+
- [No team assigned unprioritized I-prioritize](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+label%3AI-prioritize+-label%3AT-compiler+-label%3AT-cargo+-label%3AT-core+-label%3AT-doc+-label%3AT-infra+-label%3AT-lang+-label%3AT-libs+-label%3AT-libs-impl+-label%3AT-release+-label%3AT-rustdoc)
65+
- [No team assigned stable nominations](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Astable-nominated+-label%3Astable-accepted+-label%3AT-compiler+-label%3AT-cargo+-label%3AT-core+-label%3AT-doc+-label%3AT-infra+-label%3AT-lang+-label%3AT-libs+-label%3AT-libs-impl+-label%3AT-release+-label%3AT-rustdoc)
66+
- [No team assigned beta nominations](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Abeta-nominated+-label%3Abeta-accepted+-label%3AT-compiler+-label%3AT-cargo+-label%3AT-core+-label%3AT-doc+-label%3AT-infra+-label%3AT-lang+-label%3AT-libs+-label%3AT-libs-impl+-label%3AT-release+-label%3AT-rustdoc)
67+
- [No team assigned I-nominated](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AI-nominated+-label%3AT-compiler+-label%3AT-cargo+-label%3AT-core+-label%3AT-doc+-label%3AT-infra+-label%3AT-lang+-label%3AT-libs+-label%3AT-libs-impl+-label%3AT-release+-label%3AT-rustdoc)
68+
- [No team assigned PR's waiting on team](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AS-waiting-on-team+-label%3AT-compiler+-label%3AT-cargo+-label%3AT-core+-label%3AT-doc+-label%3AT-infra+-label%3AT-lang+-label%3AT-libs+-label%3AT-libs-impl+-label%3AT-release+-label%3AT-rustdoc)
6969

70-
#### Assign priority to unprioritized issues with "I-prioritize" label
70+
#### Assign priority to unprioritized issues with `I-prioritize` label
7171

72-
We need all [`I-prioritize T-compiler`](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AT-compiler+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+label%3AI-prioritize) and all [`I-prioritize libs-impl`](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3Alibs-impl+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+label%3AI-prioritize) to be actually prioritized. To do so, we add one of the `P-critical`, `P-high`, `P-medium` or `P-low` labels and remove `I-prioritize` and also add a text such as:
72+
We need all [`I-prioritize T-compiler`](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AT-compiler+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+label%3AI-prioritize) and all [`I-prioritize T-libs-impl`](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AT-libs-impl+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+label%3AI-prioritize) to be actually prioritized. To do so, we add one of the `P-critical`, `P-high`, `P-medium` or `P-low` labels and remove `I-prioritize` and also add a text such as:
7373

7474
> Assigning `P-XXX` as [discussed as part of the Prioritization Working Group procedure](link_to_zulip_conversation) and removing `I-prioritize`.
7575
@@ -142,7 +142,7 @@ Note: triagebot automatically creates a topic and notify @*WG-prioritization* me
142142

143143
#### Summarize PR's waiting on team
144144

145-
These are PRs waiting for some decision by our team (`T-compiler` or `libs-impl`).
145+
These are PRs waiting for some decision by our team (`T-compiler` or `T-libs-impl`).
146146

147147
Try to follow the [General issues review process](#general-issues-review-process).
148148

@@ -200,9 +200,9 @@ Note: triagebot automatically creates a topic and notify @*WG-prioritization* me
200200

201201
Check how packed the agenda looks like and if there's room for more nominations.
202202

203-
- [Other team's P-critical](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AP-critical+-label%3AT-compiler+-label%3Alibs-impl)
203+
- [Other team's P-critical](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AP-critical+-label%3AT-compiler+-label%3AT-libs-impl)
204204
- [T-compiler P-high](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3AT-compiler+label%3AP-high+)
205-
- [libs-impl P-high](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3Alibs-impl+label%3AP-high+)
205+
- [T-libs-impl P-high](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3AT-libs-impl+label%3AP-high+)
206206

207207
#### Re-sync and check the agenda right before the meeting
208208

0 commit comments

Comments
 (0)