-
-
Couldn't load subscription status.
- Fork 1.5k
Report packages loading failure with a specific exit-code #4963
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
Report packages loading failure with a specific exit-code #4963
Conversation
Hey, thank you for opening your first Pull Request !
CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
@ldez Is there something I can do to get this PR merged?
I'm unsure to understand how this "increases observability and will help to distinguish GOPACKAGESDRIVER's failures from other kinds of failures".
The error message is already "unique" 🤔
Can you provide more details?
The
packages.Load()function can use an external package providerGOPACKAGESDRIVERfor third-party build-systems like Bazel or Buck2.Having a specific exit code when external driver fails would increase observability and will help to distinguish
GOPACKAGESDRIVER's failures from other kinds of failures.