Skip to content
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

docs(charter): Declare new Intentional Artifacts as 'small' changes #14599

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

epage
Copy link
Contributor

@epage epage commented Sep 26, 2024

What does this PR try to resolve?

The default stance for new "Intentional Artifact" crates is that an RFC is needed, see Crate ownership policy.
However, it gives room for team's to have their charter define the process. As we don't generally need wide input for these decisions, I'm proposing we treat these as "small" changes and only require an FCP.

How should we test and review this PR?

Additional information

That means these will only need an FCP to take ownership, including
updating the charter, rather than an RFC.
@epage epage added the T-cargo Team: Cargo label Sep 26, 2024
@rustbot
Copy link
Collaborator

rustbot commented Sep 26, 2024

r? @weihanglo

rustbot has assigned @weihanglo.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 26, 2024
@epage
Copy link
Contributor Author

epage commented Sep 26, 2024

@rfcbot fcp merge

@rfcbot
Copy link
Collaborator

rfcbot commented Sep 26, 2024

Team member @epage has proposed to merge this. The next step is review by the rest of the tagged team members:

No concerns currently listed.

Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up!

See this document for info about what commands tagged team members can give me.

@rfcbot rfcbot added proposed-final-comment-period An FCP proposal has started, but not yet signed off. disposition-merge FCP with intent to merge labels Sep 26, 2024
src/doc/contrib/src/team.md Outdated Show resolved Hide resolved
@rfcbot rfcbot added the final-comment-period FCP — a period for last comments before action is taken label Sep 28, 2024
@rfcbot
Copy link
Collaborator

rfcbot commented Sep 28, 2024

🔔 This is now entering its final comment period, as per the review above. 🔔

@rfcbot rfcbot removed the proposed-final-comment-period An FCP proposal has started, but not yet signed off. label Sep 28, 2024
@epage epage force-pushed the charter branch 3 times, most recently from 7ab0916 to c08b437 Compare October 1, 2024 20:48
@weihanglo
Copy link
Member

As this one is not too controversial, going to merge this. Thanks!

@bors r+

@bors
Copy link
Collaborator

bors commented Oct 1, 2024

📌 Commit c08b437 has been approved by weihanglo

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 1, 2024
@bors
Copy link
Collaborator

bors commented Oct 1, 2024

⌛ Testing commit c08b437 with merge faf69df...

bors added a commit that referenced this pull request Oct 1, 2024
docs(charter): Declare new Intentional Artifacts as 'small' changes

### What does this PR try to resolve?

The default stance for new "Intentional Artifact" crates is that an RFC is needed, see [Crate ownership policy](https://forge.rust-lang.org/policies/crate-ownership.html).
However, it gives room for team's to have their charter define the process.  As we don't generally need wide input for these decisions, I'm proposing we treat these as "small" changes and only require an FCP.

### How should we test and review this PR?

### Additional information
@bors
Copy link
Collaborator

bors commented Oct 1, 2024

💥 Test timed out

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Oct 1, 2024
@weihanglo
Copy link
Member

@bors retry

@bors bors removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 1, 2024
@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Oct 1, 2024
@bors
Copy link
Collaborator

bors commented Oct 1, 2024

⌛ Testing commit c08b437 with merge ac3de0b...

@bors
Copy link
Collaborator

bors commented Oct 2, 2024

☀️ Test successful - checks-actions
Approved by: weihanglo
Pushing ac3de0b to master...

@bors bors merged commit ac3de0b into rust-lang:master Oct 2, 2024
22 checks passed
@epage epage deleted the charter branch October 2, 2024 20:34
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 5, 2024
Update cargo

17 commits in 80d82ca22abbee5fb7b51fa1abeb1ae34e99e88a..ad074abe3a18ce8444c06f962ceecfd056acfc73
2024-09-27 17:56:01 +0000 to 2024-10-04 18:18:15 +0000
- test: Remove the last of our custom json assertions (rust-lang/cargo#14576)
- docs(ref): Expand on MSRV (rust-lang/cargo#14636)
- docs: Minor re-grouping of pages (rust-lang/cargo#14620)
- docs(ref): Highleft whats left for msrv-policy (rust-lang/cargo#14638)
- Fix `cargo:version_number` - has only one `:` (rust-lang/cargo#14637)
- docs: Declare support level for each crate in our Charter / docs (rust-lang/cargo#14600)
- chore(deps): update tar to 0.4.42 (rust-lang/cargo#14632)
- docs(charter): Declare new Intentional Artifacts as 'small' changes (rust-lang/cargo#14599)
- fix: Remove implicit feature removal (rust-lang/cargo#14630)
- docs(config): make `--config <PATH>` more prominent (rust-lang/cargo#14631)
- chore(deps): update rust crate unicode-width to 0.2.0 (rust-lang/cargo#14624)
- chore(deps): update embarkstudios/cargo-deny-action action to v2 (rust-lang/cargo#14628)
- docs(ref): Clean up language for `package.rust-version` (rust-lang/cargo#14619)
- docs: clarify `target.'cfg(...)'`  doesnt respect cfg from build script (rust-lang/cargo#14312)
- test: relax compiler panic assertions (rust-lang/cargo#14618)
- refactor(compiler): zero-copy deserialization when possible (rust-lang/cargo#14608)
- test: add support for features in the sat resolver (rust-lang/cargo#14583)
@rustbot rustbot added this to the 1.83.0 milestone Oct 5, 2024
@rfcbot rfcbot added finished-final-comment-period FCP complete to-announce and removed final-comment-period FCP — a period for last comments before action is taken labels Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-documenting-cargo-itself Area: Cargo's documentation disposition-merge FCP with intent to merge finished-final-comment-period FCP complete S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-cargo Team: Cargo to-announce
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants