-
Notifications
You must be signed in to change notification settings - Fork 428
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
🐛 return a bit more verbosy error messages for go-package errors #725
🐛 return a bit more verbosy error messages for go-package errors #725
Conversation
…d. This is useful to debug issues when having sub-packages
might be related to #718 |
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.
/lgtm
/assign @mengqiy |
Co-authored-by: Joe Lanford <joe.lanford@gmail.com>
Any updates on when this PR can be merged? It indeed is a nightmare to debug. |
The requested changes by @joelanford are addressed so we can : /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: AlmogBaku, camilamacedo86 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
When having sub-packages, and one of them is out of sync, we might get an error such as:
Although this error is true, it was a nightmare to debug it and figure out that it was related to a sub-package.
This PR introduces a bit more verbosy error message that can help you to debug the issue: