-
Notifications
You must be signed in to change notification settings - Fork 102
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
Improve error handling for invalid git
dependencies
#797
Improve error handling for invalid git
dependencies
#797
Conversation
This reverts commit 69993d3.
git
dependencies
Can you add the example from #724 to the unit tests? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for sharing. Looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Always a fan of improving the error messages. Thanks for the contribution.
Checks for a valid
git
dependency and improves the error message if the dependency couldn't get resolved.Tackles #724.