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

Issue 91240045: code review 91240045: io: document MultiReader and MultiWriter owning the slices (Closed)

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

Description

io: document MultiReader and MultiWriter owning the slices Fixes Issue 7809

Patch Set 1 #

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

Patch Set 3 : diff -r f8b50ad4cac4 https://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 4 : diff -r f8b50ad4cac4 https://go.googlecode.com/hg/ #

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

Messages

Total messages: 10
bradfitz
Hello golang-codereviews@googlegroups.com (cc: iant@golang.org, r@golang.org), I'd like you to review this change to https://go.googlecode.com/hg/
10 years ago (2014-05-07 19:16:14 UTC) #1
iant
https://codereview.appspot.com/91240045/diff/30001/src/pkg/io/multi.go File src/pkg/io/multi.go (right): https://codereview.appspot.com/91240045/diff/30001/src/pkg/io/multi.go#newcode32 src/pkg/io/multi.go:32: // The caller should not modify the provided readers ...
10 years ago (2014-05-07 19:41:41 UTC) #2
bradfitz
Hello golang-codereviews@googlegroups.com, iant@golang.org (cc: golang-codereviews@googlegroups.com, r@golang.org), Please take another look.
10 years ago (2014-05-07 19:44:43 UTC) #3
bradfitz
Done. Yeah, this is tricky to describe, since we don't have good terminology for this ...
10 years ago (2014-05-07 19:45:23 UTC) #4
iant
LGTM Might want to see what r thinks.
10 years ago (2014-05-07 20:49:09 UTC) #5
adg
I'm not sure about the precedent. Do we need to add the same comments to, ...
10 years ago (2014-05-08 03:58:05 UTC) #6
bradfitz
There are no lifetime issues with fmt. Lifetimes are documented elsewhere in our docs. On ...
10 years ago (2014-05-08 04:49:34 UTC) #7
adg
On 8 May 2014 14:49, Brad Fitzpatrick <bradfitz@golang.org> wrote: > There are no lifetime issues ...
10 years ago (2014-05-08 05:04:06 UTC) #8
rsc
I think doing a doc fix is a mistake. Why not make a real slice ...
10 years ago (2014-05-09 18:34:11 UTC) #9
rsc
9 years, 12 months ago (2014-05-13 02:25:49 UTC) #10
On 2014/05/09 18:34:11, rsc wrote:
> I think doing a doc fix is a mistake. Why not make a real slice copy?

CL 94380043 does the explicit copy.
Sign in to reply to this message.

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