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

Issue 4140041: code review 4140041: bytes: Fix bugs in buffer.ReadBytes (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 2 months ago by eds
Modified:
13 years, 2 months ago
Reviewers:
CC:
golang-dev, mattn, r, rsc
Visibility:
Public.

Description

bytes: Fix bugs in buffer.ReadBytes

Patch Set 1 #

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

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

Total comments: 3

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

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

Total comments: 1

Patch Set 6 : diff -r d1ffd1479d88 https://go.googlecode.com/hg/ #

Patch Set 7 : diff -r d1ffd1479d88 https://go.googlecode.com/hg/ #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -13 lines) Patch
M src/pkg/bytes/buffer.go View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M src/pkg/bytes/buffer_test.go View 1 2 3 4 5 1 chunk +23 lines, -12 lines 0 comments Download

Messages

Total messages: 11
eds
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 2 months ago (2011-02-08 04:33:21 UTC) #1
mattn
LGTM On 2011/02/08 04:33:21, eds wrote: > Hello mailto:golang-dev@googlegroups.com, > > I'd like you to ...
13 years, 2 months ago (2011-02-08 04:49:42 UTC) #2
r
http://codereview.appspot.com/4140041/diff/5001/src/pkg/bytes/buffer_test.go File src/pkg/bytes/buffer_test.go (right): http://codereview.appspot.com/4140041/diff/5001/src/pkg/bytes/buffer_test.go#newcode359 src/pkg/bytes/buffer_test.go:359: {[]byte{}, 0, [][]byte{[]byte{}}, os.EOF}, these tests would be a ...
13 years, 2 months ago (2011-02-08 19:08:39 UTC) #3
eds
Hello golang-dev@googlegroups.com, mattn, r (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 2 months ago (2011-02-09 04:38:56 UTC) #4
r
test looks much better. one small simplification. http://codereview.appspot.com/4140041/diff/17001/src/pkg/bytes/buffer_test.go File src/pkg/bytes/buffer_test.go (right): http://codereview.appspot.com/4140041/diff/17001/src/pkg/bytes/buffer_test.go#newcode374 src/pkg/bytes/buffer_test.go:374: if !Equal(bytes, ...
13 years, 2 months ago (2011-02-09 23:15:42 UTC) #5
eds
Hello golang-dev@googlegroups.com, mattn, r (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 2 months ago (2011-02-10 08:46:33 UTC) #6
r
LGTM
13 years, 2 months ago (2011-02-10 19:43:14 UTC) #7
r
package has changed. please update and re-mail.
13 years, 2 months ago (2011-02-10 19:43:58 UTC) #8
eds
Hello golang-dev@googlegroups.com, mattn, r (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 2 months ago (2011-02-11 04:27:22 UTC) #9
rsc
add Fixes issue 1498.
13 years, 2 months ago (2011-02-11 17:08:29 UTC) #10
rsc
13 years, 2 months ago (2011-02-11 17:39:22 UTC) #11
*** Submitted as c4e5db759744 ***

bytes: fix bugs in buffer.ReadBytes

Fixes issue 1498.

R=golang-dev, mattn, r, rsc
CC=golang-dev
http://codereview.appspot.com/4140041

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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