]> Cypherpunks repositories - gostls13.git/commit
reflect: make Value.Comparable return true for nil interface value
authorJes Cok <xigua67damn@gmail.com>
Fri, 16 Feb 2024 21:16:29 +0000 (21:16 +0000)
committerGopher Robot <gobot@golang.org>
Sat, 17 Feb 2024 00:13:07 +0000 (00:13 +0000)
commite41fabd6886ec16db6026b30486e20732f89960a
tree82e5e036bc0740463692b4095d8fd2dde0790f72
parent1c9c9c8412f7d650a543c31478a82b9d61d1dd14
reflect: make Value.Comparable return true for nil interface value

Fixes #65718

Change-Id: I0b3edf9085f2d71f915bdf8ff9d312509b438c5f
GitHub-Last-Rev: 9fb1ca1a631c648d1f38f75b1fcb2f878048706b
GitHub-Pull-Request: golang/go#65750
Reviewed-on: https://go-review.googlesource.com/c/go/+/564795
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/reflect/all_test.go
src/reflect/value.go