]> Cypherpunks repositories - gostls13.git/commit
reflect: add Overflow methods to Type
authorJes Cok <xigua67damn@gmail.com>
Tue, 27 Feb 2024 22:39:35 +0000 (22:39 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 28 Feb 2024 14:08:38 +0000 (14:08 +0000)
commit33013e8ea821629858643f24c55805f5ddf316b5
tree98509babb49c8c05688626a95a7520ceb620fcdc
parent1571c0b338971be0068861d6dd63a0da6511bc0c
reflect: add Overflow methods to Type

This CL adds new methods synonymous with the method of the same name
in reflect.Value to reflect.Type: OverflowComplex, OverflowFloat, OverflowInt, OverflowUint.

Fixes #60427

Change-Id: I7a0bb35629e59a7429820f13fcd3a6f120194bc6
GitHub-Last-Rev: 26c11bcffe0f418e7d5c37e14587e738d5d939d6
GitHub-Pull-Request: golang/go#65955
Reviewed-on: https://go-review.googlesource.com/c/go/+/567296
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
api/next/60427.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/reflect/60427.md [new file with mode: 0644]
src/reflect/all_test.go
src/reflect/type.go