]> Cypherpunks repositories - gostls13.git/commit
Revert "reflect: handle zero-sized fields of directly-stored structures correctly"
authorKeith Randall <khr@golang.org>
Tue, 12 Aug 2025 00:29:11 +0000 (17:29 -0700)
committerKeith Randall <khr@golang.org>
Tue, 12 Aug 2025 05:36:13 +0000 (22:36 -0700)
commitcaf9fc3ccdf94b968e489d323b965fd47823e146
treebf6c79ff8eb57f15ae5d01028649db4f8b970c8b
parentce3f3e2ae73dcc0c270bc73a59ea5e7be6cf6a8d
Revert "reflect: handle zero-sized fields of directly-stored structures correctly"

This reverts commit b3388569a187ea6be48caa41265f2b4dbc2fdfd3 (CL 694195)

Reason for revert: still causing compiler failures on Google test code

Change-Id: I2a9b0f9a57fe2b6977238bbfbefb572545210b9f
Reviewed-on: https://go-review.googlesource.com/c/go/+/694995
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
src/reflect/value.go
test/fixedbugs/issue74935.go [deleted file]