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: fix missing qualified names for some promoted methods #17941

Merged
merged 5 commits into from
Nov 11, 2024

Conversation

owen-mc
Copy link
Contributor

@owen-mc owen-mc commented Nov 8, 2024

The fix is to always extract *t when we are extracting a named type t which can have methods defined on it (i.e. its underlying type is not a pointer or an interface).

@owen-mc
Copy link
Contributor Author

owen-mc commented Nov 11, 2024

DCA shows nothing.

@owen-mc owen-mc merged commit a277bcb into github:main Nov 11, 2024
15 checks passed
@owen-mc owen-mc deleted the go/fix/missing-method-qualified-names branch November 11, 2024 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants