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

Updating a crate that pins a crate that pins a missing crate missing feedback #1715

Open
mosteo opened this issue Jul 3, 2024 · 0 comments
Labels
type: bug Something isn't working
Milestone

Comments

@mosteo
Copy link
Member

mosteo commented Jul 3, 2024

Usual setup in which lib is tested via a nested libtest. If lib itself is using a pin to a missing directory, the update will fail.

This must indeed fail, if the pin is not to a repo that can be retrieved, but some better feedback should be provided that there is a broken pin in the solution. For example, if the broken pin is a direct dependeny, we don't allow loading the manifest until that is fixed. Should be the same here.

@mosteo mosteo added the type: bug Something isn't working label Jul 3, 2024
@mosteo mosteo added this to the 3.0 milestone Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant