commit | 3b0b5b66b5f19dc18cc54ec01e4b9d7906761f14 | [log] [tgz] |
---|---|---|
author | Jonathan Amsterdam <jba@google.com> | Thu Jul 27 10:00:28 2023 -0400 |
committer | Jonathan Amsterdam <jba@google.com> | Fri Aug 11 14:56:53 2023 +0000 |
tree | e0ab1435fbe2382f931b5242d4ea2afd719846c8 | |
parent | 352e893a4cad5d58c5a81220e367448e037cc36f [diff] |
apidiff: fix comparison of a type in an other package with a basic type A named type in a package other than the one being compared can never correspond to a basic type. Fixes golang/go#61385. Change-Id: I1c440dfc52e3c9e2b58a7f013d9809974e94efeb Reviewed-on: https://go-review.googlesource.com/c/exp/+/513675 Run-TryBot: Jonathan Amsterdam <jba@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Robert Findley <rfindley@google.com>
This subrepository holds experimental and deprecated (in the old
directory) packages.
The idea for this subrepository originated as the pkg/exp
directory of the main repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been created to make it possible to go get
these packages.
Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository or other subrepository, or they may be modified arbitrarily or even disappear altogether.
In short, code in this subrepository is not subject to the Go 1 compatibility promise. (No subrepo is, but the promise is even more likely to be violated by go.exp than the others.)
Caveat emptor.