Skip to content

Commit 5296fb3

Browse files
committed
ADD GOAL
* Begin resolving `cargo-semver-checks` blockers for merging into cargo -- cargo team (approved)
1 parent 39dcb71 commit 5296fb3

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

text/0000-Project-Goals-2024h2.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ The slate of additional project goals are as follows. These goals all have ident
9191
| [Administrator-provided reasons for yanked crates](https://rust-lang.github.io/rust-project-goals/2024h2/yank-crates-with-a-reason.html) | [二手掉包工程师][] | [cargo], [crates-io] |
9292
| [Assemble project goal slate](https://rust-lang.github.io/rust-project-goals/2024h2/Project-goal-slate.html) | [Niko Matsakis][] | [leadership-council] |
9393
| [Associated type position impl trait](https://rust-lang.github.io/rust-project-goals/2024h2/ATPIT.html) | [Oliver Scherer][] | [lang], [types] |
94+
| [Begin resolving `cargo-semver-checks` blockers for merging into cargo](https://rust-lang.github.io/rust-project-goals/2024h2/cargo-semver-checks.html) | [Predrag Gruevski][] | [cargo] |
9495
| [Const traits](https://rust-lang.github.io/rust-project-goals/2024h2/const-traits.html) | [Deadbeef][] | [lang], [types] |
9596
| [Ergonomic ref-counting](https://rust-lang.github.io/rust-project-goals/2024h2/ergonomic-rc.html) | [Jonathan Kelley][] | [compiler], [lang], [libs-api] |
9697
| [Explore sandboxed build scripts](https://rust-lang.github.io/rust-project-goals/2024h2/sandboxed-build-script.html) | [Weihang Lo][] | [cargo], [compiler] |
@@ -126,21 +127,22 @@ The "owner" in the column is the person expecting to do the design/implementatio
126127

127128

128129
### cargo team
129-
| Goal | Owner | Notes |
130-
| --- | --- | --- |
131-
| *Approve RFC* | | |
132-
|[Yank crates with a reason](https://rust-lang.github.io/rust-project-goals/2024h2/yank-crates-with-a-reason.html#ownership-and-team-asks) | [二手掉包工程师][] | |
133-
| *Design meeting* | | |
134-
|[User-wide caching](https://rust-lang.github.io/rust-project-goals/2024h2/user-wide-cache.html#ownership-and-team-asks) | ![Help wanted][] | |
135-
| *Discussion and moral support* | | |
136-
|[Explore sandboxed build scripts](https://rust-lang.github.io/rust-project-goals/2024h2/sandboxed-build-script.html#ownership-and-team-asks) | [Weihang Lo][] | |
137-
|[Extend pubgrub to match cargo's dependency resolution](https://rust-lang.github.io/rust-project-goals/2024h2/pubgrub-in-cargo.html#ownership-and-team-asks) | [Jacob Finkelman][] | |
138-
| *Stabilization decision* | | |
139-
|[Stabilize cargo-script](https://rust-lang.github.io/rust-project-goals/2024h2/cargo-script.html#ownership-and-team-asks) | [Ed Page][] | |
140-
|[Yank crates with a reason](https://rust-lang.github.io/rust-project-goals/2024h2/yank-crates-with-a-reason.html#ownership-and-team-asks) | [二手掉包工程师][] | |
141-
| *Standard reviews* | | |
142-
|[User-wide caching](https://rust-lang.github.io/rust-project-goals/2024h2/user-wide-cache.html#ownership-and-team-asks) | ![Help wanted][] | |
143-
|[Explore sandboxed build scripts](https://rust-lang.github.io/rust-project-goals/2024h2/sandboxed-build-script.html#ownership-and-team-asks) | [Weihang Lo][] | |
130+
| Goal | Owner | Notes |
131+
| --- | --- | --- |
132+
| *Approve RFC* | | |
133+
|[Yank crates with a reason](https://rust-lang.github.io/rust-project-goals/2024h2/yank-crates-with-a-reason.html#ownership-and-team-asks) | [二手掉包工程师][] | |
134+
| *Design meeting* | | |
135+
|[User-wide caching](https://rust-lang.github.io/rust-project-goals/2024h2/user-wide-cache.html#ownership-and-team-asks) | ![Help wanted][] | |
136+
| *Discussion and moral support* | | |
137+
|[Explore sandboxed build scripts](https://rust-lang.github.io/rust-project-goals/2024h2/sandboxed-build-script.html#ownership-and-team-asks) | [Weihang Lo][] | |
138+
|[Extend pubgrub to match cargo's dependency resolution](https://rust-lang.github.io/rust-project-goals/2024h2/pubgrub-in-cargo.html#ownership-and-team-asks) | [Jacob Finkelman][] | |
139+
|[Begin resolving `cargo-semver-checks` blockers for merging into cargo](https://rust-lang.github.io/rust-project-goals/2024h2/cargo-semver-checks.html#ownership-and-team-asks) | [Predrag Gruevski][] | |
140+
| *Stabilization decision* | | |
141+
|[Stabilize cargo-script](https://rust-lang.github.io/rust-project-goals/2024h2/cargo-script.html#ownership-and-team-asks) | [Ed Page][] | |
142+
|[Yank crates with a reason](https://rust-lang.github.io/rust-project-goals/2024h2/yank-crates-with-a-reason.html#ownership-and-team-asks) | [二手掉包工程师][] | |
143+
| *Standard reviews* | | |
144+
|[User-wide caching](https://rust-lang.github.io/rust-project-goals/2024h2/user-wide-cache.html#ownership-and-team-asks) | ![Help wanted][] | |
145+
|[Explore sandboxed build scripts](https://rust-lang.github.io/rust-project-goals/2024h2/sandboxed-build-script.html#ownership-and-team-asks) | [Weihang Lo][] | |
144146

145147
### clippy team
146148
| Goal | Owner | Notes |
@@ -494,6 +496,7 @@ Definitions for terms used above:
494496
[Gary Guo]: https://github.com/nbdd0121
495497
[Niko Matsakis]: https://github.com/nikomatsakis
496498
[Michael Howell]: https://github.com/notriddle
499+
[Predrag Gruevski]: https://github.com/obi1kenobi
497500
[Oliver Scherer]: https://github.com/oli-obk
498501
[Vadim Petrochenkov]: https://github.com/petrochenkov
499502
[Tyler Mandry]: https://github.com/tmandry
@@ -506,3 +509,4 @@ Definitions for terms used above:
506509
[Not funded]: https://img.shields.io/badge/Not%20yet%20funded-red
507510
[TBD]: https://img.shields.io/badge/TBD-red
508511
[Team]: https://img.shields.io/badge/Team%20ask-red
512+

0 commit comments

Comments
 (0)