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

Issue 135760043: code review 135760043: strings, bytes: document behavior of Replace when old i... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 8 months ago by cespare
Modified:
9 years, 8 months ago
Reviewers:
r, gobot
CC:
rsc, bradfitz, r, golang-codereviews
Visibility:
Public.

Description

strings, bytes: document behavior of Replace when old is empty Fixes issue 8143.

Patch Set 1 #

Patch Set 2 : diff -r c506cded50be https://code.google.com/p/go #

Patch Set 3 : diff -r d278a69e057f https://code.google.com/p/go #

Total comments: 3

Patch Set 4 : diff -r e5c4cb7c286b https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M src/pkg/bytes/bytes.go View 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/strings/strings.go View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 12
cespare
Please review. I found it hard to accurately and concisely describe the behavior. Suggestions for ...
9 years, 8 months ago (2014-08-25 17:03:25 UTC) #1
rsc
please run 'hg mail' to send this out for review. that command is what actually ...
9 years, 8 months ago (2014-08-25 17:30:47 UTC) #2
cespare
Hello rsc@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
9 years, 8 months ago (2014-08-25 17:46:31 UTC) #3
cespare
On 2014/08/25 17:30:47, rsc wrote: > please run 'hg mail' to send this out for ...
9 years, 8 months ago (2014-08-25 17:47:36 UTC) #4
bradfitz
https://codereview.appspot.com/135760043/diff/40001/src/pkg/bytes/bytes.go File src/pkg/bytes/bytes.go (right): https://codereview.appspot.com/135760043/diff/40001/src/pkg/bytes/bytes.go#newcode608 src/pkg/bytes/bytes.go:608: // If old is empty, it matches one empty ...
9 years, 8 months ago (2014-08-25 17:52:22 UTC) #5
bradfitz
R=r for words On Mon, Aug 25, 2014 at 10:46 AM, <cespare@gmail.com> wrote: > Hello ...
9 years, 8 months ago (2014-08-25 17:52:39 UTC) #6
r
https://codereview.appspot.com/135760043/diff/40001/src/pkg/bytes/bytes.go File src/pkg/bytes/bytes.go (right): https://codereview.appspot.com/135760043/diff/40001/src/pkg/bytes/bytes.go#newcode608 src/pkg/bytes/bytes.go:608: // If old is empty, it matches one empty ...
9 years, 8 months ago (2014-08-25 18:05:21 UTC) #7
cespare
Hello rsc@golang.org, bradfitz@golang.org, r@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
9 years, 8 months ago (2014-08-25 21:09:12 UTC) #8
cespare
https://codereview.appspot.com/135760043/diff/40001/src/pkg/bytes/bytes.go File src/pkg/bytes/bytes.go (right): https://codereview.appspot.com/135760043/diff/40001/src/pkg/bytes/bytes.go#newcode608 src/pkg/bytes/bytes.go:608: // If old is empty, it matches one empty ...
9 years, 8 months ago (2014-08-25 21:09:25 UTC) #9
r
LGTM
9 years, 8 months ago (2014-08-25 21:41:59 UTC) #10
r
*** Submitted as https://code.google.com/p/go/source/detail?r=0a730a1a53e2 *** strings, bytes: document behavior of Replace when old is empty ...
9 years, 8 months ago (2014-08-25 21:42:30 UTC) #11
gobot
9 years, 8 months ago (2014-08-26 00:59:44 UTC) #12
Message was sent while issue was closed.
This CL appears to have broken the linux-386 builder.
See http://build.golang.org/log/e2060e2b298d7b8d5597f3763bfde48738e4f8be
Sign in to reply to this message.

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