Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(83)

Issue 5149045: code review 5149045: runtime: append([]byte, string...) (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 6 months ago by lvd1
Modified:
13 years, 5 months ago
Reviewers:
CC:
rsc, gri, dsymonds, bradfitz, lvd, golang-dev
Visibility:
Public.

Description

runtime: append([]byte, string...) Fixes issue 2274

Patch Set 1 #

Patch Set 2 : diff -r f2dcf06a2380 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r f2dcf06a2380 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r f2dcf06a2380 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r f2dcf06a2380 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r f2dcf06a2380 https://go.googlecode.com/hg/ #

Total comments: 4

Patch Set 7 : diff -r 2904af657e75 https://go.googlecode.com/hg/ #

Patch Set 8 : diff -r 2904af657e75 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -56 lines) Patch
M doc/go_spec.html View 1 2 3 4 5 6 4 chunks +9 lines, -2 lines 0 comments Download
M src/cmd/gc/builtin.c.boot View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/gc/runtime.go View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/gc/typecheck.c View 1 3 chunks +6 lines, -2 lines 0 comments Download
M src/cmd/gc/walk.c View 1 21 chunks +39 lines, -35 lines 0 comments Download
M src/pkg/runtime/slice.c View 1 2 3 4 5 6 6 chunks +34 lines, -17 lines 0 comments Download
M test/append.go View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 11
lvd1
Hello rsc@golang.org, gri@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 6 months ago (2011-09-29 17:11:58 UTC) #1
dsymonds
This needs a spec change, right?
13 years, 6 months ago (2011-09-29 17:14:26 UTC) #2
dsymonds
On Thu, Sep 29, 2011 at 5:14 PM, David Symonds <dsymonds@golang.org> wrote: > This needs ...
13 years, 6 months ago (2011-09-29 17:15:22 UTC) #3
gri
FYI. http://codereview.appspot.com/5149045/diff/9001/doc/go_spec.html File doc/go_spec.html (right): http://codereview.appspot.com/5149045/diff/9001/doc/go_spec.html#newcode4660 doc/go_spec.html:4660: <a href="#Passing_arguments_to_..._parameters">parameter passing rules</a> apply. move the special ...
13 years, 6 months ago (2011-09-29 17:22:45 UTC) #4
bradfitz
Add to CL description: Fixes issue 2274 On Thu, Sep 29, 2011 at 10:11 AM, ...
13 years, 6 months ago (2011-09-29 17:24:50 UTC) #5
lvd
http://codereview.appspot.com/5149045/diff/9001/doc/go_spec.html File doc/go_spec.html (right): http://codereview.appspot.com/5149045/diff/9001/doc/go_spec.html#newcode4660 doc/go_spec.html:4660: <a href="#Passing_arguments_to_..._parameters">parameter passing rules</a> apply. On 2011/09/29 17:22:50, gri ...
13 years, 6 months ago (2011-09-29 19:05:08 UTC) #6
lvd1
Russ, LGTY?
13 years, 5 months ago (2011-10-12 09:45:47 UTC) #7
rsc
LGTM It would look even better without the spacing changes.
13 years, 5 months ago (2011-10-12 12:16:45 UTC) #8
lvd
On Wed, Oct 12, 2011 at 14:16, <rsc@golang.org> wrote: > LGTM > > It would ...
13 years, 5 months ago (2011-10-12 13:38:27 UTC) #9
lvd
On Wed, Oct 12, 2011 at 15:38, Luuk van Dijk <lvd@google.com> wrote: > > > ...
13 years, 5 months ago (2011-10-12 13:39:12 UTC) #10
lvd1
13 years, 5 months ago (2011-10-12 13:59:27 UTC) #11
*** Submitted as http://code.google.com/p/go/source/detail?r=8af9a425d907 ***

runtime: append([]byte, string...)

Fixes issue 2274

R=rsc, gri, dsymonds, bradfitz, lvd
CC=golang-dev
http://codereview.appspot.com/5149045
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b