diff options
| author | Robert Griesemer <gri@golang.org> | 2013-10-16 16:16:54 -0700 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2013-10-16 16:16:54 -0700 |
| commit | 15da997c7eab0ce461e6daa8cdb8e8a495dde074 (patch) | |
| tree | a672900c50954b879e1d4503554f2f97afa06ef2 /src/pkg/database/sql | |
| parent | 37db8804691f0a5e618cbc041909895c9709263c (diff) | |
| download | go-15da997c7eab0ce461e6daa8cdb8e8a495dde074.tar.xz | |
spec: clarify re-use of underlying arrays in slice operations
Please note the slight rewording for append: The spec now
requires that append reuses the underlying array if it is
sufficiently large. Per majority sentiment.
This is technically a language change but the current
implementation always worked this way.
Fixes #5818.
Fixes #5180.
R=rsc, iant, r, ken, minux.ma, dan.kortschak, rogpeppe, go.peter.90
CC=golang-dev
https://golang.org/cl/14419054
Diffstat (limited to 'src/pkg/database/sql')
0 files changed, 0 insertions, 0 deletions
