Skip to content

Fix another issue of poisoning too eagerly #5307

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

Merged
merged 1 commit into from
Apr 6, 2018

Conversation

alexcrichton
Copy link
Member

This commit extends the fix in #5288 by moving the logic added farther up in the
loop over package dependencies. This means that we won't recursively look at
optional/dev path dependencies which aren't members of the workspace. This
should fix the new issue that came up in #5257

Closes #5257

This commit extends the fix in rust-lang#5288 by moving the logic added farther up in the
loop over package dependencies. This means that we won't recursively look at
optional/dev path dependencies which aren't members of the workspace. This
should fix the new issue that came up in rust-lang#5257

Closes rust-lang#5257
@rust-highfive
Copy link

r? @matklad

(rust_highfive has picked a reviewer for you, use r? to override)

@matklad
Copy link
Member

matklad commented Apr 6, 2018

@bors r+

We’ll need to back port this to beta as well :)

@bors
Copy link
Contributor

bors commented Apr 6, 2018

📌 Commit c7a1105 has been approved by matklad

@bors
Copy link
Contributor

bors commented Apr 6, 2018

⌛ Testing commit c7a1105 with merge e837ce0...

bors added a commit that referenced this pull request Apr 6, 2018
Fix another issue of poisoning too eagerly

This commit extends the fix in #5288 by moving the logic added farther up in the
loop over package dependencies. This means that we won't recursively look at
optional/dev path dependencies which aren't members of the workspace. This
should fix the new issue that came up in #5257

Closes #5257
@bors
Copy link
Contributor

bors commented Apr 6, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: matklad
Pushing e837ce0 to master...

@bors bors merged commit c7a1105 into rust-lang:master Apr 6, 2018
bors added a commit that referenced this pull request Apr 6, 2018
[beta] Fix another issue of poisoning too eagerly

Backport of #5307
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Apr 6, 2018
bors added a commit to rust-lang/rust that referenced this pull request Apr 8, 2018
@alexcrichton alexcrichton deleted the another-fix branch April 25, 2018 19:28
@ehuss ehuss added this to the 1.27.0 milestone Feb 6, 2022
@ehuss ehuss modified the milestones: 1.27.0, 1.26.0 Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression: Cargo nightly updates registry on every build with "path" crate
5 participants