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

Issue 5642065: code review 5642065: bytes.Buffer: return error in WriteTo if buffer is not ... (Closed)

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

Description

bytes.Buffer: return error in WriteTo if buffer is not drained

Patch Set 1 #

Total comments: 1

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

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

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

Messages

Total messages: 6
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 4 months ago (2012-02-08 21:43:12 UTC) #1
rsc
http://codereview.appspot.com/5642065/diff/1/src/pkg/bytes/buffer.go File src/pkg/bytes/buffer.go (right): http://codereview.appspot.com/5642065/diff/1/src/pkg/bytes/buffer.go#newcode40 src/pkg/bytes/buffer.go:40: var ErrShortWrite = errors.New("bytes.Buffer: WriteTo did not drain buffer") ...
13 years, 4 months ago (2012-02-08 21:46:54 UTC) #2
r
Hello golang-dev@googlegroups.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 4 months ago (2012-02-08 21:54:43 UTC) #3
r2
On 09/02/2012, at 8:46 AM, rsc@golang.org wrote: > > http://codereview.appspot.com/5642065/diff/1/src/pkg/bytes/buffer.go > File src/pkg/bytes/buffer.go (right): > ...
13 years, 4 months ago (2012-02-08 21:55:09 UTC) #4
rsc
LGTM
13 years, 4 months ago (2012-02-08 21:57:14 UTC) #5
r
13 years, 4 months ago (2012-02-08 21:58:46 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=a382ad8ae575 ***

bytes.Buffer: return error in WriteTo if buffer is not drained

R=rsc
CC=golang-dev
http://codereview.appspot.com/5642065
Sign in to reply to this message.

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