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

Include the publish field in cargo-metadata output #7354

Merged
merged 3 commits into from
Sep 12, 2019

Conversation

sfackler
Copy link
Member

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 11, 2019
@alexcrichton alexcrichton added the T-cargo Team: Cargo label Sep 11, 2019
@alexcrichton
Copy link
Member

Looks good to me!

@rfcbot fcp merge

Could src/doc/man/cargo-metadata.adoc also be updated to document this option?

@sfackler
Copy link
Member Author

Done

@rfcbot
Copy link
Collaborator

rfcbot commented Sep 11, 2019

Team member @alexcrichton 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 11, 2019
@@ -160,6 +160,11 @@ The output has the following format:
}
}
},
/* List of registries to which this package may be published.
This is null if not specified. */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this clarify that an empty array means to not allow publishing at all?
(That is what publish = false is equivalent to.)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@rfcbot rfcbot added final-comment-period FCP — a period for last comments before action is taken and removed proposed-final-comment-period An FCP proposal has started, but not yet signed off. labels Sep 11, 2019
@rfcbot
Copy link
Collaborator

rfcbot commented Sep 11, 2019

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

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Collaborator

bors commented Sep 12, 2019

📌 Commit 84d08bd has been approved by alexcrichton

@alexcrichton alexcrichton reopened this Sep 12, 2019
@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 Sep 12, 2019
@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Collaborator

bors commented Sep 12, 2019

💡 This pull request was already approved, no need to approve it again.

@bors
Copy link
Collaborator

bors commented Sep 12, 2019

📌 Commit 84d08bd has been approved by alexcrichton

@bors
Copy link
Collaborator

bors commented Sep 12, 2019

⌛ Testing commit 84d08bd with merge 59f50ab...

bors added a commit that referenced this pull request Sep 12, 2019
Include the publish field in cargo-metadata output

r? @alexcrichton
@bors
Copy link
Collaborator

bors commented Sep 12, 2019

☀️ Test successful - checks-azure
Approved by: alexcrichton
Pushing 59f50ab to master...

@bors bors merged commit 84d08bd into rust-lang:master Sep 12, 2019
@rfcbot rfcbot added finished-final-comment-period FCP complete and removed final-comment-period FCP — a period for last comments before action is taken labels Sep 21, 2019
@sfackler sfackler deleted the publish-in-manifest branch November 6, 2019 18:46
@ehuss ehuss added this to the 1.39.0 milestone Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants