Descriptionspec: clarify when constant slice indices must be in range
This documents the status quo for most implementations,
with one exception: gc generates a run-time error for
constant but out-of-range indices when slicing a constant
string. See issue 7200 for a detailed discussion.
Patch Set 1 #Patch Set 2 : diff -r 4784aeee8b4a https://code.google.com/p/go/ #Patch Set 3 : diff -r 4784aeee8b4a https://code.google.com/p/go/ #Patch Set 4 : diff -r 9d9e19c22a11 https://code.google.com/p/go/ #MessagesTotal messages: 5
|