]> Cypherpunks repositories - gostls13.git/commit
add test, fix bug: structs that differ in their
authorRuss Cox <rsc@golang.org>
Wed, 1 Jul 2009 23:45:09 +0000 (16:45 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 1 Jul 2009 23:45:09 +0000 (16:45 -0700)
commita439f6622812865898d1a07a3ee66dc0cfda1cc0
tree2fd0332e9edde805bdd8d1b3e7f9d88b6dc6c4ae
parent25706fec195939846c75c3b2e4fb601c0d58c382
add test, fix bug: structs that differ in their
first field were not being handled correctly
because the visited map did not include the type.

R=r
OCL=31006
CL=31006
src/pkg/reflect/all_test.go
src/pkg/reflect/deepequal.go
src/pkg/reflect/value.go