]> Cypherpunks repositories - gostls13.git/commit
reflect: fix DeepEqual for some cyclic corner cases
authorRuss Cox <rsc@golang.org>
Fri, 21 Oct 2016 00:05:41 +0000 (20:05 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 24 Oct 2016 15:20:23 +0000 (15:20 +0000)
commit19adf8aeaae7c898e8efeab18e3162c3807a8756
tree691581fbe3787aae20485434574ff15600e0cedb
parent17ad60b8a4b92ee36f5b14c609ad1d0b5805b886
reflect: fix DeepEqual for some cyclic corner cases

Fixes #15610.

Change-Id: Idbc8a9b328b92034d53b8009471678a166d5cf3f
Reviewed-on: https://go-review.googlesource.com/31588
TryBot-Result: Gobot Gobot <gobot@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Quentin Smith <quentin@golang.org>
src/reflect/all_test.go
src/reflect/deepequal.go