-
Notifications
You must be signed in to change notification settings - Fork 301
add 2021-04-16 lang-team-apr-update #818
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Mark-Simulacrum
merged 5 commits into
rust-lang:master
from
nikomatsakis:2021-04-lang-team-update
Apr 17, 2021
Merged
Changes from 2 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
8a3c88d
add 2021-04-16 lang-team-apr-update
nikomatsakis 857c75e
Update posts/inside-rust/2021-04-16-lang-team-apr-update.md
nikomatsakis cbf68ef
Update posts/inside-rust/2021-04-16-lang-team-apr-update.md
nikomatsakis f1e8926
Update posts/inside-rust/2021-04-16-lang-team-apr-update.md
nikomatsakis ac1a1cd
Rename 2021-04-16-lang-team-apr-update.md to 2021-04-17-lang-team-apr…
nikomatsakis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
layout: post | ||
title: "Lang team April update" | ||
author: Niko Matsakis | ||
description: "Lang team April update" | ||
team: the lang team <https://lang-team.rust-lang.org/> | ||
--- | ||
|
||
This week the lang team held its April planning meeting ([minutes]). We normally hold these meetings on the first Wednesday of every month, but this month we were delayed by one week due to scheduling conflicts. | ||
|
||
The planning meeting is used for: | ||
|
||
* Checking in on the status of our active projects | ||
* Planning the design meetings for the remainder of the month | ||
|
||
After each meeting, we post an update (like this one!) with notes and meeting announcements. | ||
|
||
[minutes]: https://github.com/rust-lang/lang-team/blob/master/design-meeting-minutes/2021-04-14-Planning-Meeting.md | ||
|
||
## Update from active projects | ||
|
||
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. | ||
|
||
The minutes contain [links the tracking issues for each project](https://github.com/rust-lang/lang-team/blob/master/design-meeting-minutes/2021-04-14-Planning-Meeting.md#updates-from-active-groups-and-projects) and those issues contain status reports. Here are some interesting updates: | ||
|
||
* [never type update](https://github.com/rust-lang/lang-team/issues/60#issuecomment-814509681): | ||
* we have a general plan for hybrid fallback that we think will allow us to stabilize `!` at long last without breaking existing crates | ||
* [improved closure capture (RFC 2229)](https://github.com/rust-lang/lang-team/issues/50#issuecomment-814526085): | ||
* implementation is working quite well and migration is nearly implemented also | ||
* [ffi-unwind](https://github.com/rust-lang/lang-team/issues/19#issuecomment-814581675): | ||
* C-unwind implementation has landed | ||
* there is some ongoing work to fix some bugs in the initial implementation | ||
* looking at potentially moving to considering setjmp/longjmp | ||
* [nested pattern stabilization](https://github.com/rust-lang/rust/pull/83386#issuecomment-819719603) has almost completed | ||
|
||
## Upcoming design meetings | ||
|
||
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. | ||
|
||
* April 21 -- proposed "wasm" ABI ([lang-team#90](https://github.com/rust-lang/lang-team/issues/90)), featuring special guest Alex Crichton | ||
* April 28 -- generators ([lang-team#92](https://github.com/rust-lang/lang-team/issues/92)), featuring special guest Esteban Küber | ||
|
||
## Design meeting expectations | ||
|
||
* The document for the meeting must be prepared by the triage meeting on Tuesday and posted to the tracking issue. | ||
* If it is not sent out by then, the meeting will be canceled. This gives folks 24 hour notice. | ||
* There is no expectation that people will read the document before the meeting. The meeting will begin with a recap of the document. | ||
* However, there is no rule **against** reading the document beforehand and provided feedback or advice on how to improve it. | ||
nikomatsakis marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.