]> Cypherpunks repositories - gostls13.git/commit
bug177: anonymous struct fields in reflect
authorRuss Cox <rsc@golang.org>
Wed, 29 Jul 2009 00:01:46 +0000 (17:01 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 29 Jul 2009 00:01:46 +0000 (17:01 -0700)
commit123ff2ebb845be18fc38ae7fd058633f78621538
tree2179b1384e5f1e5c98d6a68f26137d615a5c8f5a
parent27b0c351af1e49dd440d8d7807faa642fa77fe9d
bug177: anonymous struct fields in reflect
(reported by iant)

R=r
DELTA=50  (32 added, 12 deleted, 6 changed)
OCL=32263
CL=32385
src/cmd/gc/reflect.c
src/pkg/gob/decode.go
src/pkg/reflect/type.go
test/fixedbugs/bug177.go [new file with mode: 0644]