]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.24] reflect: let Value.Seq return the iteration value correct...
authorqiulaidongfeng <2645477756@qq.com>
Sun, 23 Feb 2025 03:06:17 +0000 (11:06 +0800)
committerGopher Robot <gobot@golang.org>
Wed, 26 Feb 2025 19:11:37 +0000 (11:11 -0800)
commit7f375e2c2239a0df77a2c274735003673f808678
tree71002bb6cd7445c36433a66138fe35cd266f30a7
parent40705319204470a9b8b160cfb86064dafc8fc365
[release-branch.go1.24] reflect: let Value.Seq return the iteration value correct type

Fixes #71916
For #71905

Change-Id: I50a418f8552e071c6e5011af5b9accc7d41548d0
Reviewed-on: https://go-review.googlesource.com/c/go/+/651855
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
(cherry picked from commit 194696f1d1f6e5609f96d0fb0192595e7e0f5b90)
Reviewed-on: https://go-review.googlesource.com/c/go/+/652895
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
src/reflect/iter.go
src/reflect/iter_test.go