|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: Rust Compiler Early October 2022 Steering Cycle |
| 4 | +author: Felix Klock |
| 5 | +description: "The compiler team's early October 2022 steering cycle" |
| 6 | +team: The Compiler Team <https://www.rust-lang.org/governance/teams/compiler> |
| 7 | +--- |
| 8 | + |
| 9 | +On [Friday, September 23rd][sep-23-zulip-archive], the Rust Compiler team had a planning meeting for the September/October 2022 steering cycle. |
| 10 | + |
| 11 | +[sep-23-zulip-archive]: https://rust-lang.zulipchat.com/#narrow/stream/238009-t-compiler.2Fmeetings/topic/.5Bplanning.20meeting.5D.202022-09-23/near/300372578 |
| 12 | + |
| 13 | +### T-compiler June Steering Schedule |
| 14 | + |
| 15 | +| Date | Meeting Id | Meeting Topic | |
| 16 | +|----------------|-----------------------|---------------------------------------| |
| 17 | +| [2022-09-30][] | [compiler-team#559][] | 2022 Q3 P-high review | |
| 18 | +| [2022-10-07][] | [compiler-team#544][] | Survey retrospective | |
| 19 | +| [2022-10-14][] | [compiler-team#540][] | Dealing with disabled tests | |
| 20 | +| [2022-10-21][] | none | (planning for October/November cycle) | |
| 21 | + |
| 22 | +[2022-09-30]: https://calendar.google.com/event?action=TEMPLATE&tmeid=Mm9tM2VzOWszaWw0Z3RudWlhNzF0ZHMwbzMgNnU1cnJ0Y2U2bHJ0djA3cGZpM2RhbWdqdXNAZw&tmsrc=6u5rrtce6lrtv07pfi3damgjus%40group.calendar.google.com |
| 23 | + |
| 24 | +[2022-10-07]: https://calendar.google.com/event?action=TEMPLATE&tmeid=NnA2bWtoaGQ5NnVudGkwdnM5aWZ1YmpqNG0gNnU1cnJ0Y2U2bHJ0djA3cGZpM2RhbWdqdXNAZw&tmsrc=6u5rrtce6lrtv07pfi3damgjus%40group.calendar.google.com |
| 25 | + |
| 26 | +[2022-10-14]: https://calendar.google.com/event?action=TEMPLATE&tmeid=NW52ZGNhYzVrbWJxdG0yOTBpN2Q2ZmExaXIgNnU1cnJ0Y2U2bHJ0djA3cGZpM2RhbWdqdXNAZw&tmsrc=6u5rrtce6lrtv07pfi3damgjus%40group.calendar.google.com |
| 27 | + |
| 28 | +[2022-10-21]: https://calendar.google.com/event?action=TEMPLATE&tmeid=MDJyYnJ1cGFtdWR1c2lnNjFmcHJ2b3JlODFfMjAyMjEwMjFUMTQwMDAwWiA2dTVycnRjZTZscnR2MDdwZmkzZGFtZ2p1c0Bn&tmsrc=6u5rrtce6lrtv07pfi3damgjus%40group.calendar.google.com&scp=ALL |
| 29 | + |
| 30 | +[compiler-team#559]: https://github.com/rust-lang/compiler-team/issues/559 |
| 31 | +[compiler-team#544]: https://github.com/rust-lang/compiler-team/issues/544 |
| 32 | +[compiler-team#540]: https://github.com/rust-lang/compiler-team/issues/540 |
| 33 | + |
| 34 | +### Details |
| 35 | + |
| 36 | +Every fourth Friday, the Rust compiler team decides how |
| 37 | +it is going to use its scheduled steering and design meeting time over the next |
| 38 | +three Fridays. |
| 39 | + |
| 40 | +On Friday, 10 June, we will do a quarterly [review of the open P-high issues][compiler-team#559]. |
| 41 | +pnkfelix will do some ahead of time work [in zulip](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/reviewing.20P-high.20issues.202022.20.28Q3.29/near/300390068) |
| 42 | +triaging |
| 43 | +some of the issues, and potentially prepare a meeting document summarizing the |
| 44 | +remainder, to maximize the quality of our synchronous in-meeting time. |
| 45 | + |
| 46 | +On Friday, 7 October, we will do a [retrospective][compiler-team#544] on the 2022 T-compiler surveys |
| 47 | +that were used to drive the February ambitions post and the midyear update post. |
| 48 | +We will talk about the questions that were asked, what we wish had been asked, |
| 49 | +what value we got from the survey as it went, and what to do the same and/or |
| 50 | +differently in the future. (In principle, this meeting should inform the way |
| 51 | +that we drive the retrospective on how the year as a whole went for the compiler |
| 52 | +team.) |
| 53 | + |
| 54 | +On Friday, 14 October, we will discuss how to [deal with "disabled tests"][compiler-team#540]: |
| 55 | +tests that are turned off at some point (e.g. due to failures in a component we |
| 56 | +do not control). We do not currently have any protocols in place to review such |
| 57 | +tests or decide when to try to re-enabling them. |
| 58 | + |
| 59 | +On Friday, 21 October, we will hold our planning meeting for the next steering |
| 60 | +cycle in October and November. |
| 61 | + |
| 62 | +Each meeting will run from 2pm to 3pm GMT, and will take place on the |
| 63 | +[T-compiler/meetings zulip stream][zulip]. |
| 64 | + |
| 65 | +[zulip]: https://rust-lang.zulipchat.com/#narrow/stream/238009-t-compiler.2Fmeetings |
0 commit comments