-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/compile: failed to build go.elastic.co/go-licence-detector #44335
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
Comments
The issue I ran into was introduced earlier than this issue. |
Minimizing the crash, it comes down to this function in github.com/google/licenseclassifier:
This function looks really similar to the repro case in #44325, so I'm going to close as a duplicate for now. /cc @danscales |
I'm reopening, since #44325 contains two different issues, and this bug is representative of the second issue in the bug by rogpeppe: ======= Here's a related example that produces a different compiler error:
From the above code I get this error:
|
Change https://golang.org/cl/294212 mentions this issue: |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
No.
There is no problem with go1.16.0 and go1.15.8.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
Build succeeds
What did you see instead?
The text was updated successfully, but these errors were encountered: