-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/compile: nil type word in interface #28390
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
I'm really surprised that this didn't fail anywhere else in all.bash. In any case, testing a fix now. |
Change https://golang.org/cl/144598 mentions this issue: |
I guess it only triggers in the form of |
Actually, |
if this regression is reproducible on Go 1.11.1 (as reported in golang-nuts), it seems to be appropriate to have it cherrypicked for go1.11.2 as a target. (IMHO) |
Do you have a link handy for the 1.11.1 reproduction report? I can’t reproduce locally with 1.11.1. And the code in question is very much new to 1.12... |
I don't think it is reproducible with Go 1.11. I can only reproduce it with tip, and the culprit CL is pretty recent, past Go 1.11. @tandr do you have a link to golang-nuts report? |
D'oh, my bad... I misread the https://groups.google.com/forum/#!topic/golang-dev/3Fy0M5dlc-w -- it is NOT reproducible on 1.11.1 (first email in a thread - https://groups.google.com/d/msg/golang-dev/3Fy0M5dlc-w/s5ZdqvfOBwAJ ) Terrible sorry for the noise |
Originally reported by @shuLhan on golang-dev.
The following code panics due to a nil type word:
Introduced by CL 114797.
The text was updated successfully, but these errors were encountered: