We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Yet another useful improvement for Alire. Sometimes you get the following error when you run the alr update command:
alr update
-> Dependency resolution failed ERROR: Update failed ERROR: alr update unsuccessful
The -v option does not help. The -vv option requires deep understanding of how Alire works.
-v
-vv
It would be nice to have an explanation about the dependency failure.
Of course, I made a mistake, but which crate is having a wrong dependency and for which other crate? That's is the question!
The text was updated successfully, but these errors were encountered:
Yes, I think this is a duplicate of #220.
Sorry, something went wrong.
There are indeed many places where alr output can be more user-friendly. Thank you for reporting those 👍
alr
@mosteo maybe we should have a specific GitHub issue label for this kind of problem so that we can list them when we have time to work on usability.
👍 Created the usability label for this
usability
Implemented by #451. Now you get a summary of the dependency solution, where any problematic dependency will also be highlighted as missing.
Successfully merging a pull request may close this issue.
Yet another useful improvement for Alire. Sometimes you get the following error when you run the
alr update
command:The
-v
option does not help. The-vv
option requires deep understanding of how Alire works.It would be nice to have an explanation about the dependency failure.
Of course, I made a mistake, but which crate is having a wrong dependency and for which other crate? That's is the question!
The text was updated successfully, but these errors were encountered: