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

Issue 94380043: code review 94380043: io: copy slice argument in MultiReader and MultiWriter (Closed)

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

Description

io: copy slice argument in MultiReader and MultiWriter Replaces CL 91240045. Fixes issue 7809.

Patch Set 1 #

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

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

Total comments: 2

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -2 lines) Patch
M src/pkg/io/multi.go View 1 2 chunks +6 lines, -2 lines 0 comments Download
M src/pkg/io/multi_test.go View 1 2 chunks +27 lines, -0 lines 0 comments Download

Messages

Total messages: 11
rsc
Hello golang-codereviews@googlegroups.com (cc: adg, bradfitz, iant, r), I'd like you to review this change to ...
9 years, 12 months ago (2014-05-13 02:25:33 UTC) #1
bradfitz
LGTM Sad for how rarely this will matter but sure. On May 12, 2014 7:25 ...
9 years, 12 months ago (2014-05-13 02:26:29 UTC) #2
rsc
On Mon, May 12, 2014 at 10:26 PM, Brad Fitzpatrick <bradfitz@golang.org>wrote: > LGTM > > ...
9 years, 12 months ago (2014-05-13 02:51:26 UTC) #3
adg
On 13 May 2014 12:51, Russ Cox <rsc@golang.org> wrote: > Why sad? The only added ...
9 years, 12 months ago (2014-05-13 02:56:44 UTC) #4
minux1
https://codereview.appspot.com/94380043/diff/40001/src/pkg/io/multi.go File src/pkg/io/multi.go (right): https://codereview.appspot.com/94380043/diff/40001/src/pkg/io/multi.go#newcode34 src/pkg/io/multi.go:34: return &multiReader{r} i have a style question, i normally ...
9 years, 12 months ago (2014-05-13 02:57:50 UTC) #5
bradfitz
On Mon, May 12, 2014 at 7:51 PM, Russ Cox <rsc@golang.org> wrote: > On Mon, ...
9 years, 12 months ago (2014-05-13 03:13:08 UTC) #6
iant
On Mon, May 12, 2014 at 8:13 PM, Brad Fitzpatrick <bradfitz@golang.org> wrote: > > But ...
9 years, 12 months ago (2014-05-13 03:25:08 UTC) #7
bradfitz
On Mon, May 12, 2014 at 8:25 PM, Ian Lance Taylor <iant@golang.org> wrote: > On ...
9 years, 12 months ago (2014-05-13 03:35:19 UTC) #8
rsc
https://codereview.appspot.com/94380043/diff/40001/src/pkg/io/multi.go File src/pkg/io/multi.go (right): https://codereview.appspot.com/94380043/diff/40001/src/pkg/io/multi.go#newcode34 src/pkg/io/multi.go:34: return &multiReader{r} On 2014/05/13 02:57:50, minux wrote: > i ...
9 years, 12 months ago (2014-05-13 03:37:33 UTC) #9
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=63e42cda1b99 *** io: copy slice argument in MultiReader and MultiWriter Replaces CL ...
9 years, 12 months ago (2014-05-13 03:38:36 UTC) #10
gobot
9 years, 12 months ago (2014-05-13 04:47:27 UTC) #11
Message was sent while issue was closed.
This CL appears to have broken the openbsd-amd64-rootbsd builder.
See http://build.golang.org/log/acca24cd79aaa7c48ddecf451830772c007c3801
Sign in to reply to this message.

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