commit | a2a4f00783701272e4804b7488adef673ef46666 | [log] [tgz] |
---|---|---|
author | Robert Griesemer <gri@golang.org> | Wed Nov 20 14:57:43 2024 -0800 |
committer | Gopher Robot <gobot@golang.org> | Thu Nov 21 05:01:49 2024 +0000 |
tree | 55fd12178214a5fa0ee18dd2f9ea06159af1be48 | |
parent | b631b8e674195f6cdeca363ccb01279f14b10f13 [diff] |
go/types, types2: simplify Checker.resolveBaseTypeName (cleanup) Method receivers that denote cgo-generated types are not permitted per issues #60725 and #57926. There's no need to collect such methods in the first place. Simplify Checker.resolveBaseTypeName so that it doesn't find a base type name in these cases. Also, simplify the test case for issue #59944 and update it to use current cgo-generated output. For #60725. For #57926. For #59944. Change-Id: I70594daebc3d4d594c5b06be138f66f8927b0e58 Reviewed-on: https://go-review.googlesource.com/c/go/+/630395 Reviewed-by: Robert Findley <rfindley@google.com> Reviewed-by: Robert Griesemer <gri@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Robert Griesemer <gri@google.com>
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 4.0 Attribution license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Official binary distributions are available at https://go.dev/dl/.
After downloading a binary release, visit https://go.dev/doc/install for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://go.dev/doc/install/source for source installation instructions.
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines at https://go.dev/doc/contribute.
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://go.dev/wiki/Questions for a list of places to ask questions about the Go language.