From 9f30c3d2abd9d2052c85809302a53b0a3a4513e6 Mon Sep 17 00:00:00 2001 From: "Felix S. Klock II" Date: Wed, 17 Mar 2021 10:48:45 -0400 Subject: [PATCH 1/2] post about last Friday's compiler planning meeting. --- ...3-17-compiler-team-march-steering-cycle.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 posts/inside-rust/2021-03-17-compiler-team-march-steering-cycle.md diff --git a/posts/inside-rust/2021-03-17-compiler-team-march-steering-cycle.md b/posts/inside-rust/2021-03-17-compiler-team-march-steering-cycle.md new file mode 100644 index 000000000..92d668bc0 --- /dev/null +++ b/posts/inside-rust/2021-03-17-compiler-team-march-steering-cycle.md @@ -0,0 +1,32 @@ +--- +layout: post +title: Rust Compiler March Steering Cycle +author: Felix Klock +description: "The compiler team's March steering cycle" +team: The Compiler Team +--- +On [Friday, March 12th][mar-12-zulip-archive], the Rust Compiler team had a planning meeting for the March steering cycle. + +[mar-12-zulip-archive]: https://zulip-archive.rust-lang.org/238009tcompilermeetings/07070planningmeeting20210312.html + +(The cycle here is that 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.) + +It wasn't until the end of the meeting that we realized that April 2nd is a holiday for many folks. +But luckily we decided to schedule just two meetings anyway. + +On Friday, 19 March 2021, we will be having a [retrospective][] on the memshrink +development sprint that we had over the first week of March. + +[retrospective]: https://github.com/rust-lang/compiler-team/issues/412 + +On Friday, 26 March 2021, we will be having a meeting to [discuss][musl-discussion] the static vs +dynamic linking defaults for our musl libc target. + +[musl-discussion]: https://github.com/rust-lang/compiler-team/issues/416 + +Both meetings 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 5a306f0a5f12078da1166bbd42e28d7bd95a5f60 Mon Sep 17 00:00:00 2001 From: Felix S Klock II Date: Wed, 17 Mar 2021 12:12:45 -0400 Subject: [PATCH 2/2] Apply suggestions from code review add suggested changes from co-lead wesley Co-authored-by: Wesley Wiser --- .../2021-03-17-compiler-team-march-steering-cycle.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/posts/inside-rust/2021-03-17-compiler-team-march-steering-cycle.md b/posts/inside-rust/2021-03-17-compiler-team-march-steering-cycle.md index 92d668bc0..c01f9dc1c 100644 --- a/posts/inside-rust/2021-03-17-compiler-team-march-steering-cycle.md +++ b/posts/inside-rust/2021-03-17-compiler-team-march-steering-cycle.md @@ -9,12 +9,11 @@ On [Friday, March 12th][mar-12-zulip-archive], the Rust Compiler team had a plan [mar-12-zulip-archive]: https://zulip-archive.rust-lang.org/238009tcompilermeetings/07070planningmeeting20210312.html -(The cycle here is that every fourth Friday, the Rust compiler team decides how +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.) +three Fridays. -It wasn't until the end of the meeting that we realized that April 2nd is a holiday for many folks. -But luckily we decided to schedule just two meetings anyway. +Since April 2nd is a holiday for many folks, we will not be holding a meeting on that day. On Friday, 19 March 2021, we will be having a [retrospective][] on the memshrink development sprint that we had over the first week of March. @@ -22,7 +21,7 @@ development sprint that we had over the first week of March. [retrospective]: https://github.com/rust-lang/compiler-team/issues/412 On Friday, 26 March 2021, we will be having a meeting to [discuss][musl-discussion] the static vs -dynamic linking defaults for our musl libc target. +dynamic linking defaults for our musl libc targets. [musl-discussion]: https://github.com/rust-lang/compiler-team/issues/416