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

Issue 1032043: code review 1032043: vector: use correct capacity in call to make (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 4 months ago by rsc
Modified:
15 years, 4 months ago
Reviewers:
CC:
gri, r, jan_mercl, golang-dev
Visibility:
Public.

Description

vector: use correct capacity in call to make

Patch Set 1 #

Patch Set 2 : code review 1032043: vector: use correct capacity in call to make #

Total comments: 2

Patch Set 3 : code review 1032043: vector: use correct capacity in call to make #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -6 lines) Patch
M src/pkg/container/vector/intvector.go View 2 chunks +4 lines, -3 lines 0 comments Download
M src/pkg/container/vector/stringvector.go View 2 chunks +4 lines, -3 lines 0 comments Download
M src/pkg/container/vector/vector.go View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 5
rsc
Hello gri (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 4 months ago (2010-05-01 00:28:00 UTC) #1
r
LGTM http://codereview.appspot.com/1032043/diff/2001/3001 File src/pkg/container/vector/intvector.go (right): http://codereview.appspot.com/1032043/diff/2001/3001#newcode192 src/pkg/container/vector/intvector.go:192: func (p *IntVector) AppendVector(x *IntVector) { p.InsertVector(len(*p), x) ...
15 years, 4 months ago (2010-05-01 00:40:47 UTC) #2
jan_mercl
On 2010/05/01 00:28:00, rsc wrote: > I'd like you to review this change. a) At ...
15 years, 4 months ago (2010-05-01 05:48:09 UTC) #3
rsc
> http://codereview.appspot.com/1032043/diff/2001/3001#newcode192 > src/pkg/container/vector/intvector.go:192: func (p *IntVector) > AppendVector(x *IntVector) { p.InsertVector(len(*p), x) } > ...
15 years, 4 months ago (2010-05-01 19:56:03 UTC) #4
rsc
15 years, 4 months ago (2010-05-01 20:00:07 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=9bfc0abd402b ***

vector: use correct capacity in call to make

R=gri, r, bflm
CC=golang-dev
http://codereview.appspot.com/1032043
Sign in to reply to this message.

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