]> Cypherpunks repositories - gostls13.git/commit
Add names to types to avoid recursive explosion and to get
authorRob Pike <r@golang.org>
Wed, 22 Oct 2008 20:02:43 +0000 (13:02 -0700)
committerRob Pike <r@golang.org>
Wed, 22 Oct 2008 20:02:43 +0000 (13:02 -0700)
commit0061e5619624bbb99a54196014f0a0807fd2e612
tree96f1ebdee12eee6f84069fcd920390a84ad1b4f7
parent79985fa569d7a9592e276a902a95122696216275
Add names to types to avoid recursive explosion and to get
the right answer when a type name redefines an existing type.

R=rsc
DELTA=133  (53 added, 8 deleted, 72 changed)
OCL=17637
CL=17639
usr/r/reflect/main.go
usr/r/reflect/tostring.go
usr/r/reflect/type.go