Skip to content
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

go/types, types2: incorrect receiver on instantiated interface methods #50839

Closed
findleyr opened this issue Jan 26, 2022 · 1 comment
Closed
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. release-blocker
Milestone

Comments

@findleyr
Copy link
Contributor

When interface methods are instantiated, their receiver is not updated accordingly.

The fix should be straightforward, but this is an API issue so marking as a release blocker.

CC @griesemer

@findleyr findleyr added NeedsFix The path to resolution is known, but the work has not been done. release-blocker labels Jan 26, 2022
@findleyr findleyr added this to the Go1.18 milestone Jan 26, 2022
@gopherbot
Copy link

Change https://golang.org/cl/381174 mentions this issue: go/types: update interface receivers after substituting

@golang golang locked and limited conversation to collaborators Jun 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. release-blocker
Projects
None yet
Development

No branches or pull requests

3 participants