Skip to content

Commit 370186b

Browse files
committed
results of T-compiler planning meeting today.
1 parent 7ee157f commit 370186b

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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+
[compiler-team#559]: https://github.com/rust-lang/compiler-team/issues/559
29+
[compiler-team#544]: https://github.com/rust-lang/compiler-team/issues/544
30+
[compiler-team#540]: https://github.com/rust-lang/compiler-team/issues/540
31+
32+
### Details
33+
34+
Every fourth Friday, the Rust compiler team decides how
35+
it is going to use its scheduled steering and design meeting time over the next
36+
three Fridays.
37+
38+
On Friday, 10 June, we will do a quarterly [review of the open P-high issues][compiler-team#559].
39+
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)
40+
triaging
41+
some of the issues, and potentially prepare a meeting document summarizing the
42+
remainder, to maximize the quality of our synchronous in-meeting time.
43+
44+
On Friday, 7 October, we will do a [retrospective][compiler-team#544] on the 2022 T-compiler surveys
45+
that were used to drive the February ambitions post and the midyear update post.
46+
We will talk about the questions that were asked, what we wish had been asked,
47+
what value we got from the survey as it went, and what to do the same and/or
48+
differently in the future. (In principle, this meeting should inform the way
49+
that we drive the retrospective on how the year as a whole went for the compiler
50+
team.)
51+
52+
On Friday, 14 October, we will discuss how to [deal with "disabled tests"][compiler-team#540]:
53+
tests that are turned off at some point (e.g. due to failures in a component we
54+
do not control). We do not currently have any protocols in place to review such
55+
tests or decide when to try to re-enabling them.
56+
57+
On Friday, 21 October, we will hold our planning meeting for the next steering
58+
cycle in October and November.
59+
60+
Each meeting will run from 2pm to 3pm GMT, and will take place on the
61+
[T-compiler/meetings zulip stream][zulip].
62+
63+
[zulip]: https://rust-lang.zulipchat.com/#narrow/stream/238009-t-compiler.2Fmeetings

0 commit comments

Comments
 (0)