From 0157ab7862ba8f87e33a94865bcb51207d1a7634 Mon Sep 17 00:00:00 2001 From: "Felix S. Klock II" Date: Tue, 18 Jan 2022 17:06:49 -0500 Subject: [PATCH 1/2] inside-rust blog post summarizing compiler-team meeting plans for this cycle. --- .../2022-01-18-jan-steering-cycle.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 posts/inside-rust/2022-01-18-jan-steering-cycle.md diff --git a/posts/inside-rust/2022-01-18-jan-steering-cycle.md b/posts/inside-rust/2022-01-18-jan-steering-cycle.md new file mode 100644 index 000000000..934f5d5be --- /dev/null +++ b/posts/inside-rust/2022-01-18-jan-steering-cycle.md @@ -0,0 +1,32 @@ +--- +layout: post +title: Rust Compiler January 2022 Steering Cycle +author: Felix Klock +description: "The compiler team's January 2022 steering cycle" +team: The Compiler Team +--- +On [Friday, January 14th][jan-14-zulip-archive], the Rust Compiler team had a planning meeting for the August steering cycle. + +[jan-14-zulip-archive]: https://zulip-archive.rust-lang.org/stream/238009-t-compiler/meetings/topic/.5Bplanning.20meeting.5D.202022-01-14.html + +Every fourth Friday, the Rust compiler team decides how +it is going to use its scheduled steering and design meeting time over the next +three Fridays. + +On [Friday, 28 January][jan-28-mtg], we will be having a meeting to +discuss the backlog of P-high issues (there are currently [86 such issues][p-high-issue-list]). pnkfelix will prepare a document to drive the meeting, with a categorization of the issues, especially in terms of how they relate to specific subteams. + +[jan-28-mtg]: https://github.com/rust-lang/compiler-team/issues/479 +[p-high-issue-list]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AP-high + +On Friday, 4 February, we will be having a meeting to +discuss any beta regressions or backports that are pending for the +Rust 1.59 release (due out 24 February, 2022). (We did not file a +meeting proposal for this meeting, but you can see a similar meeting +proposal that was used to drive an analogous meeting for the 1.48 release +[here](https://github.com/rust-lang/compiler-team/issues/382).) + +Each meeting will run from 2pm to 3pm GMT, and will take place on the +[T-compiler/meetings zulip stream][zulip]. + +[zulip]: https://rust-lang.zulipchat.com/#narrow/stream/238009-t-compiler.2Fmeetings From 469505cc4968e901137f40292804da37038601fa Mon Sep 17 00:00:00 2001 From: Felix S Klock II Date: Tue, 18 Jan 2022 19:20:31 -0500 Subject: [PATCH 2/2] Update posts/inside-rust/2022-01-18-jan-steering-cycle.md adopt typo fix suggested by reviewer Mark-Simulacrum Co-authored-by: Mark Rousskov --- posts/inside-rust/2022-01-18-jan-steering-cycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/inside-rust/2022-01-18-jan-steering-cycle.md b/posts/inside-rust/2022-01-18-jan-steering-cycle.md index 934f5d5be..cb2cf2a7b 100644 --- a/posts/inside-rust/2022-01-18-jan-steering-cycle.md +++ b/posts/inside-rust/2022-01-18-jan-steering-cycle.md @@ -5,7 +5,7 @@ author: Felix Klock description: "The compiler team's January 2022 steering cycle" team: The Compiler Team --- -On [Friday, January 14th][jan-14-zulip-archive], the Rust Compiler team had a planning meeting for the August steering cycle. +On [Friday, January 14th][jan-14-zulip-archive], the Rust Compiler team had a planning meeting for the January steering cycle. [jan-14-zulip-archive]: https://zulip-archive.rust-lang.org/stream/238009-t-compiler/meetings/topic/.5Bplanning.20meeting.5D.202022-01-14.html