We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@findleyr requested issue #55030 to be considered for backport to the next 1.18 minor release.
@gopherbot please consider this for backport to 1.18 and 1.19, it is a bug that NewSignatureType panics on valid signatures.
NewSignatureType
The text was updated successfully, but these errors were encountered:
Change https://go.dev/cl/431915 mentions this issue: [release-branch.go1.18] go/types, types2: allow (string...) signature with NewSignatureType
[release-branch.go1.18] go/types, types2: allow (string...) signature with NewSignatureType
Sorry, something went wrong.
Closed by merging e40a130 to release-branch.go1.18.
[release-branch.go1.18] go/types, types2: allow (string...) signature…
e40a130
… with NewSignatureType Includes cases where the core type of the variadic parameter is a slice or bytestring. Permits a client to create the signature for various instantiations of append. Fixes #55148. Change-Id: I0f4983eb00c088cbe1d87954ee0b2df0ccc3bc49 Reviewed-on: https://go-review.googlesource.com/c/go/+/430455 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Robert Findley <[email protected]> Auto-Submit: Robert Griesemer <[email protected]> Reviewed-by: Robert Griesemer <[email protected]> Run-TryBot: Robert Griesemer <[email protected]> Reviewed-on: https://go-review.googlesource.com/c/go/+/431915
No branches or pull requests
@findleyr requested issue #55030 to be considered for backport to the next 1.18 minor release.
The text was updated successfully, but these errors were encountered: