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

Issue 5248060: code review 5248060: container/vector: delete (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 6 months ago by r
Modified:
12 years, 6 months ago
Reviewers:
adg, r2
CC:
golang-dev, bradfitz, dsymonds
Visibility:
Public.

Description

container/vector: delete Slices are better: http://code.google.com/p/go-wiki/wiki/SliceTricks

Patch Set 1 #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1931 lines) Patch
M src/cmd/goinstall/main.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/Makefile View 2 chunks +0 lines, -2 lines 0 comments Download
R src/pkg/container/vector/Makefile View 1 chunk +0 lines, -69 lines 0 comments Download
R src/pkg/container/vector/defs.go View 1 chunk +0 lines, -43 lines 0 comments Download
R src/pkg/container/vector/intvector.go View 1 chunk +0 lines, -188 lines 0 comments Download
R src/pkg/container/vector/intvector_test.go View 1 chunk +0 lines, -331 lines 0 comments Download
R src/pkg/container/vector/nogen_test.go View 1 chunk +0 lines, -67 lines 0 comments Download
R src/pkg/container/vector/numbers_test.go View 1 chunk +0 lines, -123 lines 0 comments Download
R src/pkg/container/vector/stringvector.go View 1 chunk +0 lines, -188 lines 0 comments Download
R src/pkg/container/vector/stringvector_test.go View 1 chunk +0 lines, -331 lines 0 comments Download
R src/pkg/container/vector/vector.go View 1 chunk +0 lines, -188 lines 0 comments Download
R src/pkg/container/vector/vector_test.go View 1 chunk +0 lines, -331 lines 0 comments Download
M src/pkg/old/template/template_test.go View 3 chunks +2 lines, -5 lines 0 comments Download
R test/vectors.go View 1 chunk +0 lines, -64 lines 0 comments Download

Messages

Total messages: 8
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 6 months ago (2011-10-11 23:30:29 UTC) #1
bradfitz
LGTM Maybe link to http://code.google.com/p/go-wiki/wiki/SliceTricks in the change description. On Tue, Oct 11, 2011 at ...
12 years, 6 months ago (2011-10-11 23:33:20 UTC) #2
dsymonds
LGTM vale.
12 years, 6 months ago (2011-10-11 23:33:35 UTC) #3
r
*** Submitted as http://code.google.com/p/go/source/detail?r=c62b6404dbb9 *** container/vector: delete Slices are better: http://code.google.com/p/go-wiki/wiki/SliceTricks R=golang-dev, bradfitz, dsymonds CC=golang-dev ...
12 years, 6 months ago (2011-10-11 23:41:51 UTC) #4
dsymonds
Congratulations! This CL was lucky number 10,000! changeset: 10000:c62b6404dbb9 user: Rob Pike <r@golang.org> date: Tue ...
12 years, 6 months ago (2011-10-12 00:53:39 UTC) #5
adg
On 12 October 2011 11:53, David Symonds <dsymonds@golang.org> wrote: > Congratulations! This CL was lucky ...
12 years, 6 months ago (2011-10-12 02:32:24 UTC) #6
bradfitz
Hee... http://code.google.com/p/go/source/browse/src/lib/container/vector.go?spec=svn0eafa0ebf60ecb54371f5fd2aa2fa0d92f34264b&name=0eafa0ebf60e&r=0eafa0ebf60ecb54371f5fd2aa2fa0d92f34264b package vector export Vector, New; ... On Tue, Oct 11, 2011 at 7:31 ...
12 years, 6 months ago (2011-10-12 02:39:42 UTC) #7
r2
12 years, 6 months ago (2011-10-12 02:58:31 UTC) #8
line 127 took a long time to get fixed.

Sign in to reply to this message.

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