Skip to content

Commit 1290374

Browse files
author
Niko Matsakis
committed
rename to Task, update TEMPLATE
1 parent 3c3006b commit 1290374

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+130
-129
lines changed

crates/rust-project-goals/src/goal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ fn goal_plan(subgoal: Option<String>, section: &Section) -> anyhow::Result<Optio
432432
0 => Ok(None),
433433
1 => {
434434
let table = &section.tables[0];
435-
expect_headers(table, &["Subgoal", "Owner(s) or team(s)", "Notes"])?;
435+
expect_headers(table, &["Task", "Owner(s) or team(s)", "Notes"])?;
436436

437437
let mut rows = table.rows.iter().peekable();
438438
let mut plan_items = vec![];

src/2024h2/ATPIT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ None.
6060

6161
**Owner:** oli-obk owns this goal.
6262

63-
| Subgoal | Owner(s) or team(s) | Notes |
63+
| Task | Owner(s) or team(s) | Notes |
6464
|------------------------|--------------------------|-------|
6565
| Implementation | @oli-obk | |
6666
| FCP decision(s) | ![Team][] [types] | |

src/2024h2/Patterns-of-empty-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ already for several months.
9595
the compiler team, but not more than the ordinary.
9696

9797

98-
| Subgoal | Owner(s) or team(s) | Notes |
98+
| Task | Owner(s) or team(s) | Notes |
9999
| ---------------------------- | -------------------- | ----- |
100100
| Author RFC | @Nadrieril | |
101101
| Implementation | @Nadrieril | |

src/2024h2/Polonius.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Other support provided by @amandasystems as part of her PhD.
4444

4545
[amanda]: https://github.com/amandasystems
4646

47-
| Subgoal | Owner(s) or team(s) | Notes |
47+
| Task | Owner(s) or team(s) | Notes |
4848
| ---------------- | -------------------- | -------------- |
4949
| Design review | @nikomatsakis | |
5050
| Implementation | @lqd, @amandasystems | |

src/2024h2/Project-goal-slate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ More concretely, assuming this goal program is successful, we would like to begi
7777

7878
* @nikomatsakis can commit 20% time (avg of 1 days per week) to pursue this task, which he estimates to be sufficient.
7979

80-
| Subgoal | Owner(s) or team(s) | Notes |
80+
| Task | Owner(s) or team(s) | Notes |
8181
| ------------------------------------------ | ------------------------------ | ----------------------------------------------------------------------------------------- |
8282
| RFC decision | ![Team][] [leadership-council] | ![Complete][] |
8383
| Inside Rust blog post inviting feedback | | [Posted](https://blog.rust-lang.org/inside-rust/2024/05/07/announcing-project-goals.html) |

src/2024h2/Relaxing-the-Orphan-Rule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ This section defines the specific work items that are planned and who is expecte
119119
* List ![Help wanted][] if there is an owner but they need support, for example funding.
120120
* Other needs (e.g., complete, in FCP, etc) are also fine.
121121

122-
| Subgoal | Owner(s) or team(s) | Notes |
122+
| Task | Owner(s) or team(s) | Notes |
123123
| ----------------------------- | ------------------------ | -------------------------- |
124124
| Ownership and implementation | ![Help wanted][] | |
125125
| RFC authoring | ![Help wanted][] | |

src/2024h2/Rust-2024-Edition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The "Edition Axioms" were [laid out in RFC #3085](https://rust-lang.github.io/rf
5151

5252
**Owner:** @traviscross
5353

54-
| Subgoal | Owner(s) or team(s) | Notes |
54+
| Task | Owner(s) or team(s) | Notes |
5555
| ------------------------ | ------------------------------ | --------------------------- |
5656
| RFC decision | ![Team][] [leadership-council] | ![Complete][] ([RFC #3501]) |
5757
| Stabilization decision | ![Team][] [lang] [types] | |

src/2024h2/Rust-for-SciComp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Resources: Domain and CI for the autodiff work is being provided by MIT. This mi
8787

8888
Minimal "smoke test" reviews will be needed from the compiler-team. The Rust language changes at this stage are expected to be a minimal wrapper around the underlying LLVM functionality and the compiler team need only vet that the feature will not hinder usability for ordinary Rust users or cause undue burden on the compiler architecture itself. There is no requirement to vet the quality or usability of the design.
8989

90-
| Subgoal | Owner(s) or team(s) | Notes |
90+
| Task | Owner(s) or team(s) | Notes |
9191
| -------------------- | ---------------------- | ---------- |
9292
| Development | @ZuseZ4 | |
9393
| Lang-team experiment | ![Team][] [lang][] | (approved) |

src/2024h2/a-mir-formality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ We also envision it being tested both through fuzzing and by comparing its resul
4848

4949
We will require participation from at least 2 other members of T-types. Current candidates are lcnr + compiler-errors.
5050

51-
| Subgoal | Owner(s) or team(s) | Notes |
51+
| Task | Owner(s) or team(s) | Notes |
5252
| ---------------- | ------------------------------ | ----- |
5353
| Implementation | @nikomatsakis, lcnr, and others | |
5454
| Standard reviews | ![Team][] [types] | |

src/2024h2/annotate-snippets.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,22 +61,22 @@ This section defines the specific work items that are planned and who is expecte
6161

6262
*Adjust the table below; some common examples are shown below.*
6363

64-
| Subgoal | Owner(s) or team(s) | Notes |
64+
| Task | Owner(s) or team(s) | Notes |
6565
|--------------------------------------------|----------------------|-------|
6666
| Standard reviews | ![Team][] [compiler] | |
6767
| Top-level Rust blog post inviting feedback | | |
6868

6969
### Reach output parity for rustc/annotation-snippets
7070

71-
| Subgoal | Owner(s) or team(s) | Notes |
71+
| Task | Owner(s) or team(s) | Notes |
7272
|-----------------------------------------------|---------------------|-------|
7373
| Port a subset of rustc's UI tests | @Muscraft | |
7474
| Make list of current unnaddressed divergences | @Muscraft | |
7575
| address divergences | @Muscraft | |
7676

7777
### Initial use of annotate-snippets
7878

79-
| Subgoal | Owner(s) or team(s) | Notes |
79+
| Task | Owner(s) or team(s) | Notes |
8080
|--------------------------------------------|---------------------|-------|
8181
| update annotate-snippets to latest version | | |
8282
| teach cargo to pass annotate-snippets flag | @estebank | |
@@ -85,7 +85,7 @@ This section defines the specific work items that are planned and who is expecte
8585

8686
### Production use of annotate-snippets
8787

88-
| Subgoal | Owner(s) or team(s) | Notes |
88+
| Task | Owner(s) or team(s) | Notes |
8989
|------------------------------------------|----------------------|--------------------------------|
9090
| switch default rustc output | | |
9191
| release notes | | |

0 commit comments

Comments
 (0)