Package: golang-golang-x-exp / 0.0~git20231006.7918f67-2

Metadata

Package Version Patches format
golang-golang-x-exp 0.0~git20231006.7918f67-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Skip apidiff test.patch | (download)

apidiff/apidiff_test.go | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 skip apidiff test

Need golang.org/x/tools

0002 Skip constraints test.patch | (download)

constraints/constraints_test.go | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 skip constraints test

Need to run in go module mode

0003 typeparams don t complain that Go 1.17 doesn t suppo.patch | (download)

typeparams/typeparams_test.go | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 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