-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[replace] silently ignored if crate is part of a workspace #3099
Comments
Just ran into the issue (I believe) you're describing. To be clear, Cargo ignores the |
What do you mean by root crate? Are there any circumstances in which Cargo honors |
Yes. Cargo honors |
I cannot reproduce success in that scenario. |
I'm on IRC as @sergio. Ping me and let's see if we can find the differences. |
So, I can now reproduce that success. I have a failed build against a August nightly of cargo where it fails, and some corner cases where the lockfile cache doesn't get updated, but I think I have a path to success for my actual project as well as the repro above. Raising an error would be super helpful, though. |
@nathanaeljones ah ok, looks like things got sorted out with the right build here? Could you clarify though what error should be raised? |
@alexcrichton No, the issue still exists. See my original comment:
|
Oh right, indeed! Sounds good to me. |
So this issue can be closed? @alexcrichton |
I believe so, yes! |
Using
cargo 0.13.0-nightly (b78beb1 2016-09-01)
Also reproduced with
cargo 0.13.0-nightly (9399229 2016-09-14)
Repro:
The text was updated successfully, but these errors were encountered: