]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/importer: minimize Import differences
authorTim King <taking@google.com>
Fri, 8 Nov 2024 23:07:51 +0000 (15:07 -0800)
committerGo LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Thu, 14 Nov 2024 21:58:26 +0000 (21:58 +0000)
commitc79a486be20b395bdd198be9112e633623665988
treea2f0455a6d79760372a39d5f931d7d3b07e0a9b8
parentc9ac5898534732f9a79da6042e3da3c64c7a6da7
cmd/compile/internal/importer: minimize Import differences

Minimizes the differences with go/internal/gcimporter.Import.

Note that the copy in cmd/compile/internal/importer is currently
only used in tests.

The delta between the two Import functions is now just types vs types2.

Change-Id: I5e94d3aa5bbdb78252e47310c95807f63e27ef3d
Reviewed-on: https://go-review.googlesource.com/c/go/+/626698
Commit-Queue: Tim King <taking@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/importer/gcimporter.go
src/go/internal/gcimporter/gcimporter.go