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

Issue 2103046: code review 2103046: bufio: add UnreadRune. (Closed)

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

Description

bufio: add UnreadRune.

Patch Set 1 #

Patch Set 2 : code review 2103046: bufio: add UnreadRune. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -14 lines) Patch
M src/pkg/bufio/bufio.go View 8 chunks +36 lines, -14 lines 1 comment Download
M src/pkg/bufio/bufio_test.go View 1 1 chunk +93 lines, -0 lines 0 comments Download

Messages

Total messages: 5
r
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 7 months ago (2010-09-10 01:37:57 UTC) #1
rsc1
LGTM http://codereview.appspot.com/2103046/diff/3001/src/pkg/bufio/bufio.go File src/pkg/bufio/bufio.go (right): http://codereview.appspot.com/2103046/diff/3001/src/pkg/bufio/bufio.go#newcode223 src/pkg/bufio/bufio.go:223: // UnreadRune unreads the last rune. If the ...
14 years, 7 months ago (2010-09-12 03:46:38 UTC) #2
r
I arranged that a read at eof does not undo the state, hence the adjective. ...
14 years, 7 months ago (2010-09-12 03:59:33 UTC) #3
rsc
On Sat, Sep 11, 2010 at 23:59, Rob 'Commander' Pike <r@golang.org> wrote: > I arranged ...
14 years, 7 months ago (2010-09-12 04:08:51 UTC) #4
r
14 years, 7 months ago (2010-09-12 07:40:31 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=866735192f2d ***

bufio: add UnreadRune.

R=rsc
CC=golang-dev
http://codereview.appspot.com/2103046

Committer: Rob Pike <r@golang.org>
Sign in to reply to this message.

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