-
Notifications
You must be signed in to change notification settings - Fork 304
blog post about foundation wg and focus issues #413
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
nikomatsakis
merged 3 commits into
rust-lang:master
from
nikomatsakis:async-foundations-wg-polish
Oct 7, 2019
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
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
63 changes: 63 additions & 0 deletions
63
posts/inside-rust/2019-10-03-AsyncAwait-WG-Focus-Issues.md
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,63 @@ | ||
--- | ||
layout: post | ||
title: "Async Foundations Update: Time for polish!" | ||
author: Niko Matsakis | ||
description: "A new blog where the Rust team can post updates on the latest developments" | ||
team: the Async Foundations WG <https://rust-lang.github.io/compiler-team/working-groups/async-await/> | ||
--- | ||
|
||
As you've perhaps heard, recently the async-await feature [landed on | ||
the Rust beta branch][blog]. This marks a big turning point in the | ||
usability story for Async Rust. But there's still a lot of work to do. | ||
As we mentioned in the main post, the focus for the [Async Foundations | ||
WG][wg] in the immediate term is going to be **polish**, **polish** | ||
and (ahem) **more polish**. | ||
|
||
In particular, we want to take aim at a backlog of strange | ||
diagnostics, suboptimal performance, and the occasional inexplicable | ||
type-check failure. This is a shift: whereas before, we could have | ||
laser focus on things that truly blocked stabilization, we've now got | ||
a large set of bugs, often without a clear prioritization between | ||
them. This requires us to mix up how the [Async Foundations WG][wg] is | ||
operating. | ||
|
||
[wg]: https://rust-lang.github.io/compiler-team/working-groups/async-await/ | ||
[blog]: /2019/09/30/Async-await-hits-beta.html | ||
|
||
### Announcing: focus issues | ||
|
||
So how do you deal with a large pile of issues, all of which are | ||
important but none of which are vital? One at a time, of course. | ||
|
||
The way we've chosen to organize this is something we call **[focus | ||
issues][fi]**. We're trying to keep a small number of issues tagged as | ||
focus issues at any given time. As we close them, we'll pick new ones | ||
to replace them. The number of these issues depends on mentoring | ||
bandwidth and on how many people are hacking -- as a rule of thumb, | ||
they should mostly all be assigned and actively progressing at any | ||
given time. | ||
|
||
[fi]: https://rust-lang.github.io/compiler-team/working-groups/async-await/#how-to-get-involved | ||
|
||
We also have a secondary set of issues called **on deck issues**. | ||
These are the candidates to become focus issues as focus issues are | ||
completed. If you'd like us to consider fixing something sooner rather | ||
than later, you can [add the "on deck" label yourself][nom], along | ||
with a bit of context explaining why you think this issue is more | ||
important than the rest. | ||
|
||
### How you can help | ||
|
||
You can help in two ways: | ||
|
||
* **Fix bugs!** If you'd like to take a shot at fixing a bug, try to | ||
come to the triage meeting or just show up in Zulip. Maybe we can | ||
find something for you. | ||
* **Nominate bugs!** If you've got a bug that you think is really | ||
nikomatsakis marked this conversation as resolved.
Show resolved
Hide resolved
|
||
annoying you, feel free to "nominate it" by [following the | ||
instructions here][nom]. This will help us to fix the things that | ||
are bothering people the most. | ||
|
||
[nom]: https://rust-lang.github.io/compiler-team/working-groups/async-await/#nominating-issues | ||
|
||
|
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.