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

Issue 5611043: code review 5611043: fmt: fix caching bug in Scan (Closed)

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

Description

fmt: fix caching bug in Scan Black box test is too time-consuming, as the bug does not appear until Scan has processed 2 GB of input in total across multiple calls, so no test. Thanks to Frederick Mayle for the diagnosis and fix. Fixes issue 2809.

Patch Set 1 #

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

Patch Set 3 : diff -r 5d852698cb0f https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 572b461e1ee2 https://go.googlecode.com/hg/ #

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

Messages

Total messages: 3
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 5 months ago (2012-01-31 23:30:55 UTC) #1
r
LGTM
13 years, 5 months ago (2012-01-31 23:35:00 UTC) #2
rsc
13 years, 5 months ago (2012-01-31 23:38:36 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=bec4e2f4400b ***

fmt: fix caching bug in Scan

Black box test is too time-consuming, as the bug
does not appear until Scan has processed 2 GB of
input in total across multiple calls, so no test.

Thanks to Frederick Mayle for the diagnosis and fix.

Fixes issue 2809.

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

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