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

Issue 4548082: code review 4548082: fmt: fix bug in UnreadRune: must clear memory of previous (Closed)

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

Description

fmt: fix bug in UnreadRune: must clear memory of previous rune if input implements UnreadRune; otherwise the lookahead will lie.

Patch Set 1 #

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

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

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

Messages

Total messages: 3
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 11 months ago (2011-06-02 07:09:32 UTC) #1
rsc
LGTM
13 years, 11 months ago (2011-06-02 14:26:46 UTC) #2
r
13 years, 11 months ago (2011-06-02 21:53:54 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=9fbc84c06a47 ***

fmt: fix bug in UnreadRune: must clear memory of previous
rune if input implements UnreadRune; otherwise the lookahead
will lie.

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

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