Skip to content

Commit 3eec386

Browse files
apirainoMark-Simulacrum
authored andcommitted
WG-prio agenda template updates
1 parent a368b61 commit 3eec386

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

src/http_client/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ impl HttpClient for CompilerMeeting {
6464
("timeMin", time_min),
6565
("timeMax", time_max),
6666
("singleEvents", "true".to_string()),
67+
("orderBy", "startTime".to_string()),
6768
],
6869
)?;
6970
let calendar = reqwest::get(url).await?.json::<CompilerMeetings>().await?;

templates/prioritization_agenda.tt

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@ tags: weekly, rustc
77

88
# T-compiler Meeting Agenda YYYY-MM-DD
99

10-
[Tracking Issue](https://github.com/rust-lang/rust/issues/54818)
11-
1210
## Announcements
1311

12+
- (TIP) add here non-recurrent scheduled meetings, [check the schedule calendar](https://calendar.google.com/calendar/htmlembed?src=6u5rrtce6lrtv07pfi3damgjus%40group.calendar.google.com)
13+
- (TIP) mention upcoming Rust stable releases, [check the release calendar](https://calendar.google.com/calendar/htmlembed?src=l1b1gkqvfbgunjs18nemq4c580%40group.calendar.google.com)
14+
- Reminder: if you see a PR/issue that seems like there might be legal implications due to copyright/IP/etc, please let the Core team know (or at least message @_**pnkfelix** or @_**Wesley Wiser** so we can pass it along).
15+
1416
### Other WG meetings ([calendar link](https://calendar.google.com/calendar/embed?src=6u5rrtce6lrtv07pfi3damgjus%40group.calendar.google.com))
1517
{{-meetings::render(meetings=meetings_tcompiler, empty="No meetings scheduled for next week")}}
1618

19+
## MCPs/FCPs
20+
1721
- New MCPs (take a look, see if you like them!)
1822
{{-issues::render(issues=mcp_new_not_seconded, indent=" ", empty="No new proposals this time.")}}
1923
- Old MCPs (not seconded, take a look)
@@ -29,10 +33,12 @@ tags: weekly, rustc
2933

3034
### WG checkins
3135

32-
@*WG-X* checkin by @**person1**:
36+
(TIP) pick from [here](https://rust-lang.github.io/compiler-team/about/triage-meeting/#working-group-check-in)
37+
38+
@*WG-X* checkin by @**person1** ([previous checkin](https://hackmd.io/team/rust-compiler-team?nav=overview)):
3339
> Checkin text
3440

35-
@*WG-Y* checkin by @**person2**:
41+
@*WG-Y* checkin by @**person2** ([previous checkin](https://hackmd.io/team/rust-compiler-team?nav=overview)):
3642
> Checkin text
3743

3844
## Backport nominations
@@ -49,11 +55,13 @@ tags: weekly, rustc
4955

5056
## PRs S-waiting-on-team
5157

52-
[T-compiler](https://github.com/rust-lang/rust/pulls?utf8=%E2%9C%93&q=is%3Aopen+label%3AS-waiting-on-team+label%3AT-compiler)
58+
[T-compiler](https://github.com/rust-lang/rust/pulls?q=is%3Aopen+label%3AS-waiting-on-team+label%3AT-compiler)
5359
{{-issues::render(issues=prs_waiting_on_team_t_compiler, empty="No PRs waiting on `T-compiler` this time.")}}
5460

5561
### Oldest PRs waiting for review
5662

63+
(TIP) Curate this list before the meeting
64+
5765
[T-compiler](https://github.com/rust-lang/rust/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-asc+label%3AS-waiting-on-review+draft%3Afalse+label%3AT-compiler)
5866
{{-issues::render(issues=top_unreviewed_prs, with_age=true, empty="No unreviewed PRs on `T-compiler` this time.")}}
5967

@@ -71,10 +79,10 @@ tags: weekly, rustc
7179

7280
### P-critical
7381

74-
[T-compiler](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3AP-critical+label%3AT-compiler)
82+
[T-compiler](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AP-critical+label%3AT-compiler)
7583
{{-issues::render(issues=p_critical_t_compiler, empty="No `P-critical` issues for `T-compiler` this time.")}}
7684

77-
[T-rustdoc](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3AP-critical+label%3AT-rustdoc)
85+
[T-rustdoc](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AP-critical+label%3AT-rustdoc)
7886
{{-issues::render(issues=p_critical_t_rustdoc, empty="No `P-critical` issues for `T-rustdoc` this time.")}}
7987

8088
### P-high regressions
@@ -96,3 +104,8 @@ tags: weekly, rustc
96104

97105
[RFC](https://github.com/rust-lang/rfcs/issues?q=is%3Aopen+label%3AI-compiler-nominated)
98106
{{-issues::render(issues=nominated_rfcs_t_compiler, empty="No I-compiler-nominated RFCs this time.")}}
107+
108+
## Next week's WG checkins
109+
110+
- @*WG-X* checkin by @**person1**
111+
- @*WG-X* checkin by @**person2**

0 commit comments

Comments
 (0)