-
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
Package Verification Bug bufio.Scanner: token too long #1397
Comments
This also highlights the fact that our error messages have a lot of room for improvement - many of them lack enough context. In this case at least the path to the file being read is needed. |
This is |
This large input is causing the error in |
It's an error returned by yaml.NewDocumentDecoder. The input buffer is too large. |
By default, a |
Added bug report against api-machinery ^^ |
With the release of
v0.11.0-rc1
a failure to create a package was detected resulting in atoken too long
It was determined that #1376 caused this break.
The text was updated successfully, but these errors were encountered: