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

Issue 5675053: code review 5675053: bytes,strings: make *Reader implement io.ReaderAt (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by bradfitz
Modified:
12 years, 2 months ago
Reviewers:
CC:
golang-dev, adg, bradfitzgoog, r
Visibility:
Public.

Description

bytes,strings: make *Reader implement io.ReaderAt

Patch Set 1 #

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

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

Total comments: 2

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

Total comments: 2

Patch Set 5 : diff -r 9639a3d73364 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -38 lines) Patch
M src/pkg/archive/zip/reader_test.go View 1 2 chunks +2 lines, -9 lines 0 comments Download
M src/pkg/archive/zip/writer_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/archive/zip/zip_test.go View 1 2 chunks +3 lines, -13 lines 0 comments Download
M src/pkg/bytes/reader.go View 1 2 chunks +17 lines, -2 lines 0 comments Download
M src/pkg/bytes/reader_test.go View 1 2 3 4 2 chunks +30 lines, -0 lines 0 comments Download
M src/pkg/mime/multipart/formdata.go View 1 2 3 2 chunks +1 line, -11 lines 0 comments Download
M src/pkg/strings/reader.go View 1 2 chunks +17 lines, -2 lines 0 comments Download
M src/pkg/strings/reader_test.go View 1 2 3 4 2 chunks +30 lines, -0 lines 0 comments Download

Messages

Total messages: 9
bradfitz
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 2 months ago (2012-02-15 00:40:45 UTC) #1
adg
LGTM http://codereview.appspot.com/5675053/diff/1016/src/pkg/bytes/reader_test.go File src/pkg/bytes/reader_test.go (right): http://codereview.appspot.com/5675053/diff/1016/src/pkg/bytes/reader_test.go#newcode15 src/pkg/bytes/reader_test.go:15: // Statically verify that *Reader implements all the ...
12 years, 2 months ago (2012-02-15 00:45:11 UTC) #2
adg
What about mime/multipart/formdata.go?
12 years, 2 months ago (2012-02-15 00:45:58 UTC) #3
bradfitzgoog
http://codereview.appspot.com/5675053/diff/1016/src/pkg/bytes/reader_test.go File src/pkg/bytes/reader_test.go (right): http://codereview.appspot.com/5675053/diff/1016/src/pkg/bytes/reader_test.go#newcode15 src/pkg/bytes/reader_test.go:15: // Statically verify that *Reader implements all the interfaces ...
12 years, 2 months ago (2012-02-15 00:48:23 UTC) #4
bradfitz
Hello golang-dev@googlegroups.com, adg@golang.org, bradfitz@google.com (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 2 months ago (2012-02-15 00:49:51 UTC) #5
bradfitz
On Wed, Feb 15, 2012 at 11:45 AM, <adg@golang.org> wrote: > What about mime/multipart/formdata.go? > ...
12 years, 2 months ago (2012-02-15 00:49:58 UTC) #6
adg
On 15 February 2012 11:49, Brad Fitzpatrick <bradfitz@golang.org> wrote: > On Wed, Feb 15, 2012 ...
12 years, 2 months ago (2012-02-15 00:51:44 UTC) #7
r
http://codereview.appspot.com/5675053/diff/3004/src/pkg/bytes/reader_test.go File src/pkg/bytes/reader_test.go (right): http://codereview.appspot.com/5675053/diff/3004/src/pkg/bytes/reader_test.go#newcode23 src/pkg/bytes/reader_test.go:23: ) delete these. they encourage javathink http://codereview.appspot.com/5675053/diff/3004/src/pkg/strings/reader_test.go File src/pkg/strings/reader_test.go ...
12 years, 2 months ago (2012-02-15 01:50:07 UTC) #8
bradfitz
12 years, 2 months ago (2012-02-15 01:58:07 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=8669402dfd95 ***

bytes,strings: make *Reader implement io.ReaderAt

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

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