Descriptiongo spec: define make() restrictions as for index expressions
This is a language change: Until now, the spec required run-
time panics for some of these errors. Note that gc and gccgo
implemented this inconsistently, and that both compilers already
reported compile-time errors in some cases. This change makes
make() behave along the same vein as index expressions.
This addresses the spec aspect of issue 4085.
Patch Set 1 #Patch Set 2 : diff -r 370bc7ed6c28 https://code.google.com/p/go #Patch Set 3 : diff -r 370bc7ed6c28 https://code.google.com/p/go #Patch Set 4 : diff -r 370bc7ed6c28 https://code.google.com/p/go #
Total comments: 2
Patch Set 5 : diff -r eb854c88d4a6 https://code.google.com/p/go #Patch Set 6 : diff -r eb854c88d4a6 https://code.google.com/p/go #Patch Set 7 : diff -r caf040d030f3 https://code.google.com/p/go #Patch Set 8 : diff -r caf040d030f3 https://code.google.com/p/go #MessagesTotal messages: 8
|