-
Notifications
You must be signed in to change notification settings - Fork 18k
go/types, types2: stack overflow in hasVarSize for invalid type [1.17 backport] #48825
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
@findleyr We've kicked this down the road for a while, does it still rate a cherrypick? |
Ping. I plan to cut the minor releases tomorrow. |
Sorry, thought I'd replied on this. @griesemer would you be able to create a cherry-pick of CL 354349? |
Update: I'm considering it, it's not set in stone yet. :) I'm trying to get a read on how many of these are very close to getting cherry picked. We already have a bunch of fixes that we should probably release soon. |
FWIW I don't think our failure to land this cherry-pick should block a minor release, though I do still think we should fix this. |
I'm on it. |
@findleyr Good to know. I wasn't planning on blocking, but I did want to give a heads-up. |
Change https://golang.org/cl/368456 mentions this issue: |
@mknyszek the cherry-pick CL is ready. It contains a additional fix related to generics that wasn't in the main-line CL (because it was otherwise avoided). Normally that would be concerning, but since that code change was on the However, neither @griesemer nor I have permission to merge this cherry pick. Could someone on @golang/release do it? |
Done! (I do have permission.) |
This is a partial port of CL 354329 from types2 to go/types. It contains an adjustment to type.go to deal with possibly invalid type bounds. Fixes #48825. For #48819. Change-Id: I9efdcdbfa6432f3cee64d924a4c67ecc6793cf86 Reviewed-on: https://go-review.googlesource.com/c/go/+/354349 Trust: Robert Griesemer <gri@golang.org> Reviewed-by: Robert Findley <rfindley@google.com> Reviewed-on: https://go-review.googlesource.com/c/go/+/368456 Run-TryBot: Robert Griesemer <gri@golang.org> TryBot-Result: Go Bot <gobot@golang.org>
Ah, GopherBot is currently rate-limited. I'll close this manually to help keep track. |
@findleyr requested issue #48819 to be considered for backport to the next 1.17 minor release.
The text was updated successfully, but these errors were encountered: