Skip to content

Commit b78572e

Browse files
authored
2021-03-03: lang team march update (#791)
1 parent d0bdd7d commit b78572e

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
---
2+
layout: post
3+
title: "Lang team March update"
4+
author: Niko Matsakis
5+
description: "Lang team March update"
6+
team: the lang team <https://lang-team.rust-lang.org/>
7+
---
8+
9+
Today the lang team held its March planning meeting ([minutes]). We hold these meetings on the first Wednesday of every month.
10+
11+
The planning meeting is used for:
12+
13+
* Checking in on the status of our active projects
14+
* Planning the design meetings for the remainder of the month
15+
16+
After each meeting, we post an update (like this one!) with notes and meeting announcements.
17+
18+
[minutes]: https://github.com/rust-lang/lang-team/blob/master/design-meeting-minutes/2021-03-03-Planning-Meeting.md
19+
20+
## Update from active projects
21+
22+
Did you know that you can see the lang team's active projects on our [project board](https://github.com/rust-lang/lang-team/projects/2)? We're still experimenting and evolving the setup, but the goal is that it should give you a quick overview of what kinds of things the lang team is focused on, and what stage they are in their development. Our minutes contain a [writeup for each active project](https://github.com/rust-lang/lang-team/blob/master/design-meeting-minutes/2021-02-03-Planning-Meeting.md#project-updates-and-discussion), but let me call out a few highlights here:
23+
24+
* type ascription expressions:
25+
* we've recently made progress on type ascriptions and are likely to overcome the last issue blocking stabilization
26+
* we would like to post a revised RFC
27+
* there is some debate about the `x: T` syntax that was previously proposed, and some desire to find an alternative (but also plenty of folks who liked it)
28+
* never type:
29+
* current status is still [#79366](https://github.com/rust-lang/rust/pull/79366)
30+
* simulacrum is going to recap the scenario for next triage meeting
31+
* we are considering whether it makes sense to leverage 2021 Edition in any way
32+
* const generics:
33+
* min const generics will be stable in 1.51
34+
* we are looking at various small extensions
35+
* there is now a weekly meeting to look into improvements
36+
* declarative macro repitition counts:
37+
* there is an [open RFC](https://github.com/rust-lang/rfcs/pull/3086) with proposed FCP
38+
* instruction set attribute:
39+
* exploration continues, the interaction of instruction set attribute with inline is not great, but it's not clear how to improve
40+
* revised try trait:
41+
* generally positive vibes about the [RFC 3058](https://github.com/rust-lang/rfcs/pull/3058/)
42+
* one question is whether to consider leveraging edition to tweak the desugaring and bypass some of the "accidental stabilization"
43+
* currently evaluating how many projects rely on this behavior; most of them don't want to
44+
* ffi-unwind:
45+
* C-unwind implementation has almost landed
46+
* exploring impact of longjmp on optimization
47+
48+
## Upcoming design meetings
49+
50+
We planned three design meetings for March. Our meetings are open for anyone to join and observe. They are also typically recorded and posted to YouTube. Ping nikomatsakis or joshtriplett for info about attending.
51+
52+
* March 10 -- no meeting, pnkfelix is absent
53+
* March 17 -- RFC backlog bonanza recap ([lang-team#84](https://github.com/rust-lang/lang-team/issues/84))
54+
* March 24 -- lang team reorg: shepherds 4.0, triage update ([lang-team#85](https://github.com/rust-lang/lang-team/issues/85))
55+
* March 24 -- How to dismantle an `&Atomic` bomb ([lang-team#82](https://github.com/rust-lang/lang-team/issues/82))
56+
57+
## Design meeting expectations
58+
59+
We also settled some our expectations around preparation for design meetings:
60+
61+
* The document for the meeting must be prepared by the triage meeting on Tuesday.
62+
* If it is not sent out by then, the meeting will be canceled. This gives folks 24 hour notice.
63+
* There is no expectation that people will read the document before the meeting. The meeting will begin with a recap of the document.
64+
* However, there is no rule **against** reading the document beforehand and provided feedback or advice on how to improve it.
65+
66+

0 commit comments

Comments
 (0)