Descriptiongob: make recursive map and slice types work.
Before this fix, types such as
type T map[string]T
caused infinite recursion in the gob implementation.
Now they just work.
Fixes issue 1518.
Patch Set 1 #Patch Set 2 : diff -r d9ff478c4ed3 https://go.googlecode.com/hg/ #
MessagesTotal messages: 3
|