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

Don't specify the depedency name in the cargo add inferred name test #14357

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

dpaoliello
Copy link
Contributor

The cargo_add/path_inferred_name was incorrectly adding the name of the dependency to add in its command line.

@rustbot
Copy link
Collaborator

rustbot commented Aug 5, 2024

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @epage (or someone else) some time within the next two weeks.

Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (S-waiting-on-review and S-waiting-on-author) stays updated, invoking these commands when appropriate:

  • @rustbot author: the review is finished, PR author should check the comments and take action accordingly
  • @rustbot review: the author is ready for a review, this PR will be queued again in the reviewer's queue

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 5, 2024
@epage
Copy link
Contributor

epage commented Aug 5, 2024

@bors r+

@bors
Copy link
Contributor

bors commented Aug 5, 2024

📌 Commit a5b2bc7 has been approved by epage

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 Aug 5, 2024
bors added a commit that referenced this pull request Aug 5, 2024
Don't specify the depedency name in the `cargo add` inferred name test

The `cargo_add/path_inferred_name` was incorrectly adding the name of the dependency to add in its command line.
@bors
Copy link
Contributor

bors commented Aug 5, 2024

⌛ Testing commit a5b2bc7 with merge 218d911...

@bors
Copy link
Contributor

bors commented Aug 5, 2024

💔 Test failed - checks-actions

@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 Aug 5, 2024
@dpaoliello

This comment was marked as outdated.

@weihanglo
Copy link
Member

See #14353 (comment)

@dpaoliello
Copy link
Contributor Author

@rustbot ready

@weihanglo
Copy link
Member

@bors retry

@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 Aug 6, 2024
@weihanglo
Copy link
Member

@bors r=epage

@bors
Copy link
Contributor

bors commented Aug 6, 2024

📌 Commit 4d49d2d has been approved by epage

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Aug 6, 2024

⌛ Testing commit 4d49d2d with merge 94977cb...

@bors
Copy link
Contributor

bors commented Aug 6, 2024

☀️ Test successful - checks-actions
Approved by: epage
Pushing 94977cb to master...

@bors bors merged commit 94977cb into rust-lang:master Aug 6, 2024
22 checks passed
@dpaoliello dpaoliello deleted the infname branch August 6, 2024 22:18
bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 7, 2024
Update cargo

3 commits in fa646583675d7c140482bd906145c71b7fb4fc2b..94977cb1fab003d45eb5bb108cb5e2fa0149672a
2024-08-02 16:08:06 +0000 to 2024-08-06 21:42:10 +0000
- Don't specify the depedency name in the `cargo add` inferred name test (rust-lang/cargo#14357)
- Fix renamed disallowed cfg lint name (rust-lang/cargo#14352)
- fix(build-std): remove hack on creating virtual std workspace (rust-lang/cargo#14358)

r? ghost
@rustbot rustbot added this to the 1.82.0 milestone Aug 7, 2024
RalfJung pushed a commit to RalfJung/miri that referenced this pull request Aug 12, 2024
Update cargo

3 commits in fa646583675d7c140482bd906145c71b7fb4fc2b..94977cb1fab003d45eb5bb108cb5e2fa0149672a
2024-08-02 16:08:06 +0000 to 2024-08-06 21:42:10 +0000
- Don't specify the depedency name in the `cargo add` inferred name test (rust-lang/cargo#14357)
- Fix renamed disallowed cfg lint name (rust-lang/cargo#14352)
- fix(build-std): remove hack on creating virtual std workspace (rust-lang/cargo#14358)

r? ghost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants