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

Issue 5284046: code review 5284046: csv: fix ssue 2366 - overly aggressive TrimLeadingSpace (Closed)

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

Description

csv: fix issue 2366 - overly aggressive TrimLeadingSpace Address the issue coalescing two records together when TrimLeadingSpace is set to true. The input a,b, c,d,e Would result with a singled a,b,c,d,e record. With TrailingComma set to true it should give two records. With TrailingComma set to false it should be an error. Fixes issue 2366.

Patch Set 1 #

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

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

Patch Set 4 : diff -r 1acad3f73535 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 1acad3f73535 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -6 lines) Patch
M src/pkg/csv/reader.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/csv/reader_test.go View 1 2 chunks +20 lines, -4 lines 0 comments Download

Messages

Total messages: 5
borman
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 5 months ago (2011-10-15 17:04:20 UTC) #1
peterGo
"The special sentence “Fixes issue 159.” associates the change with issue 159 in the Go ...
13 years, 5 months ago (2011-10-15 19:15:02 UTC) #2
r
LGTM
13 years, 5 months ago (2011-10-17 18:08:16 UTC) #3
r
*** Submitted as http://code.google.com/p/go/source/detail?r=a2f87f1676db *** csv: fix issue 2366 - overly aggressive TrimLeadingSpace Address the ...
13 years, 5 months ago (2011-10-17 18:10:44 UTC) #4
borman
13 years, 2 months ago (2012-01-04 01:55:05 UTC) #5
*** Abandoned ***
Sign in to reply to this message.

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