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

Issue 2083042: code review 2083042: Fix incorrect reporting of error in Scanner.next() when... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 6 months ago by Kyle C
Modified:
14 years, 6 months ago
Reviewers:
CC:
golang-dev, gri1, gri
Visibility:
Public.

Description

Fix incorrect reporting of error in Scanner.next() when Read reads > 0 bytes but returns os.EOF.

Patch Set 1 #

Patch Set 2 : code review 2083042: Fix incorrect reporting of error in Scanner.next() when... #

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

Messages

Total messages: 3
Kyle C
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 6 months ago (2010-08-31 23:25:51 UTC) #1
gri1
LGTM thanks, - gri On Tue, Aug 31, 2010 at 4:25 PM, <consalus@gmail.com> wrote: > ...
14 years, 6 months ago (2010-09-01 22:14:50 UTC) #2
gri
14 years, 6 months ago (2010-09-01 22:15:39 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=d558ddfffe1d ***

Fix incorrect reporting of error in Scanner.next() when Read reads > 0 bytes but
returns os.EOF.

R=golang-dev, gri1, gri
CC=golang-dev
http://codereview.appspot.com/2083042

Committer: Robert Griesemer <gri@golang.org>
Sign in to reply to this message.

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