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

Issue 170030043: code review 170030043: bufio: fix reading of many blank lines in a row (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 6 months ago by rsc
Modified:
9 years, 6 months ago
Reviewers:
r, bradfitz
CC:
r, bradfitz, golang-codereviews
Visibility:
Public.

Description

bufio: fix reading of many blank lines in a row Fixes issue 9020.

Patch Set 1 #

Patch Set 2 : diff -r 515e1c64bda6ffe852bf6ccfb33149e0ad9530b2 https://code.google.com/p/go/ #

Patch Set 3 : diff -r 515e1c64bda6ffe852bf6ccfb33149e0ad9530b2 https://code.google.com/p/go/ #

Patch Set 4 : diff -r 490f3494dee00d3114a559ee82ba599cfe9ca600 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M src/bufio/scan.go View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/bufio/scan_test.go View 1 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 5
rsc
Hello r (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
9 years, 6 months ago (2014-11-06 00:53:49 UTC) #1
bradfitz
LGTM but leaving for r. On Nov 5, 2014 9:53 PM, <rsc@golang.org> wrote: > Reviewers: ...
9 years, 6 months ago (2014-11-06 01:04:41 UTC) #2
rsc
An alternative would be to use if advance > 0 alone, so that getting stuck ...
9 years, 6 months ago (2014-11-06 01:11:46 UTC) #3
r
LGTM
9 years, 6 months ago (2014-11-06 02:31:08 UTC) #4
rsc
9 years, 6 months ago (2014-11-06 03:50:32 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=c3de8d47b282 ***

bufio: fix reading of many blank lines in a row

Fixes issue 9020.

LGTM=bradfitz, r
R=r, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/170030043
Sign in to reply to this message.

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