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

Issue 1771043: code review 1771043: container/vector: remove Iter() from interface (Closed)

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

Description

container/vector: remove Iter() from interface (Iter() is almost never the right mechanism to call. Per discussion with rsc.)

Patch Set 1 #

Patch Set 2 : code review 1771043: container/vector: remove Iter() from interface #

Patch Set 3 : code review 1771043: container/vector: remove Iter() from interface #

Patch Set 4 : code review 1771043: container/vector: remove Iter() from interface #

Patch Set 5 : code review 1771043: container/vector: remove Iter() from interface #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -197 lines) Patch
M src/pkg/container/vector/Makefile View 2 chunks +0 lines, -2 lines 0 comments Download
M src/pkg/container/vector/intvector.go View 1 chunk +0 lines, -17 lines 0 comments Download
M src/pkg/container/vector/intvector_test.go View 1 chunk +0 lines, -47 lines 0 comments Download
M src/pkg/container/vector/stringvector.go View 1 chunk +0 lines, -17 lines 0 comments Download
M src/pkg/container/vector/stringvector_test.go View 1 chunk +0 lines, -47 lines 0 comments Download
M src/pkg/container/vector/vector.go View 1 chunk +0 lines, -17 lines 0 comments Download
M src/pkg/container/vector/vector_test.go View 1 chunk +0 lines, -47 lines 0 comments Download
M src/pkg/nntp/nntp.go View 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 3
gri
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
13 years, 10 months ago (2010-07-09 22:36:12 UTC) #1
rsc1
LGTM Need to update IntVector etc.
13 years, 10 months ago (2010-07-12 17:49:22 UTC) #2
gri
13 years, 10 months ago (2010-07-12 20:51:49 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=6e41dc758bf7 ***

container/vector: remove Iter() from interface
(Iter() is almost never the right mechanism to call.
Per discussion with rsc.)

R=rsc
CC=golang-dev
http://codereview.appspot.com/1771043
Sign in to reply to this message.

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