commit | 778ce7bba035e9741d3cf7053ebd3f2968c0a4b2 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Thu Aug 22 10:38:12 2024 -0700 |
committer | Gopher Robot <gobot@golang.org> | Thu Aug 22 17:52:02 2024 +0000 |
tree | 89b54db61d33b6d788ce654ec3527b7a9710b289 | |
parent | 0cdaa3abc0fa025dc2a2a0a108082837b6caf787 [diff] |
typeparams: don't complain that Go 1.17 doesn't support iterators This fixes a test that broke when iterator methods were added to go/types in CL 575455. Fixes golang/go#69000 Change-Id: I2c60bbaa3a8c1f059d6d335ec40962e1215375b8 Reviewed-on: https://go-review.googlesource.com/c/exp/+/607895 Reviewed-by: Robert Findley <rfindley@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Ian Lance Taylor <iant@golang.org> Reviewed-by: Alan Donovan <adonovan@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.