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

Issue 781041: code review 781041: bytes, strings: IndexOfAny (Closed)

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

Description

bytes, strings: IndexOfAny + first use in go/doc

Patch Set 1 #

Patch Set 2 : code review 781041: strings: IndexOfAny #

Patch Set 3 : code review 781041: bytes, strings: IndexOfAny #

Patch Set 4 : code review 781041: bytes, strings: IndexOfAny #

Patch Set 5 : code review 781041: bytes, strings: IndexOfAny #

Patch Set 6 : code review 781041: bytes, strings: IndexOfAny #

Patch Set 7 : code review 781041: bytes, strings: IndexOfAny #

Total comments: 2

Patch Set 8 : code review 781041: bytes, strings: IndexOfAny #

Patch Set 9 : code review 781041: bytes, strings: IndexOfAny #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -28 lines) Patch
M src/pkg/bytes/bytes.go View 3 4 5 1 chunk +15 lines, -0 lines 0 comments Download
M src/pkg/bytes/bytes_test.go View 3 4 5 2 chunks +54 lines, -16 lines 0 comments Download
M src/pkg/go/doc/doc.go View 1 2 3 4 5 6 2 chunks +2 lines, -9 lines 0 comments Download
M src/pkg/strings/strings.go View 1 2 3 4 5 6 7 1 chunk +15 lines, -0 lines 0 comments Download
M src/pkg/strings/strings_test.go View 1 2 3 4 5 6 7 8 2 chunks +16 lines, -3 lines 0 comments Download

Messages

Total messages: 7
gri
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years ago (2010-03-26 18:06:11 UTC) #1
rsc
not sure about the Of. the existing function is Index, not IndexOf. but i don't ...
15 years ago (2010-03-26 18:12:17 UTC) #2
r2
On Mar 26, 2010, at 11:12 AM, Russ Cox wrote: > not sure about the ...
15 years ago (2010-03-26 18:23:00 UTC) #3
gri
Hello r (cc: golang-dev@googlegroups.com), Please take another look.
15 years ago (2010-03-26 18:32:21 UTC) #4
r
LGTM but wait for rsc http://codereview.appspot.com/781041/diff/17001/18004 File src/pkg/strings/strings.go (right): http://codereview.appspot.com/781041/diff/17001/18004#newcode109 src/pkg/strings/strings.go:109: // IndexAny returns the ...
15 years ago (2010-03-26 19:47:28 UTC) #5
rsc1
LGTM
15 years ago (2010-03-26 20:02:54 UTC) #6
gri
15 years ago (2010-03-26 20:05:09 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=45f7ce20ba02 ***

bytes, strings: IndexOfAny
+ first use in go/doc

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

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