-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/compile: irgen uses wrong dict param to generate code for getting dict type [1.18 backport] #51669
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
Labels
Milestone
Comments
Change https://go.dev/cl/392614 mentions this issue: |
Can this be retitled to refer to the nature of the defect rather than the first symptom we happened to notice? |
Approved. This is a serious issue with no workaround. |
gopherbot
pushed a commit
that referenced
this issue
Apr 4, 2022
…g dict type CL 338129 added getDictionaryType to get the dictionary type from the specified dict param, but still using the one in info.dictParam, which is wrong. Fixes #51669 Change-Id: Ie13460c1e5751c4c5fc44479a44f6eed8b3b06e4 Reviewed-on: https://go-review.googlesource.com/c/go/+/391994 Trust: Cuong Manh Le <[email protected]> Run-TryBot: Cuong Manh Le <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Matthew Dempsky <[email protected]> Trust: Matthew Dempsky <[email protected]> Reviewed-by: Keith Randall <[email protected]> Reviewed-on: https://go-review.googlesource.com/c/go/+/392614
Closed by merging 39a8c8c to release-branch.go1.18. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
@dmitshur requested issue #51413 to be considered for backport to the next 1.18 minor release.
The text was updated successfully, but these errors were encountered: