Descriptionruntime: handle and test large map values
This is from CL 5451105 but was dropped from that CL.
See also CL 6137051.
The only change compared to 5451105 is to check for
h != nil in reflect·mapiterinit; allowing use of nil maps
must have happened after that original CL.
Fixes issue 3573.
Patch Set 1 #Patch Set 2 : diff -r 4f0a49b9d0c9 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 67c0b8c8fb29 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 67c0b8c8fb29 https://go.googlecode.com/hg/ #
Total comments: 1
Patch Set 5 : diff -r 4e30a2116df8 https://go.googlecode.com/hg/ #MessagesTotal messages: 6
|