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

Issue 5697062: code review 5697062: go/printer: fix printing of variadic function calls (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by ality
Modified:
12 years, 2 months ago
Reviewers:
CC:
golang-dev, gri
Visibility:
Public.

Description

go/printer: fix printing of variadic function calls Fixes issue 3130.

Patch Set 1 #

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

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

Total comments: 2

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -1 line) Patch
M src/pkg/go/printer/nodes.go View 1 2 3 1 chunk +6 lines, -1 line 0 comments Download
M src/pkg/go/printer/testdata/expressions.golden View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
M src/pkg/go/printer/testdata/expressions.input View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
M src/pkg/go/printer/testdata/expressions.raw View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 7
ality
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
12 years, 2 months ago (2012-02-26 03:19:14 UTC) #1
ality
gri, Do you want me to put the test for this in go/printer or cmd/gofmt? ...
12 years, 2 months ago (2012-02-26 03:20:47 UTC) #2
gri
The test should be in go/printer - we always want to test this. Please wait ...
12 years, 2 months ago (2012-02-27 20:21:35 UTC) #3
gri
Please add the tests below to the end of testdata/expressions.input: // Handle multi-line argument lists ...
12 years, 2 months ago (2012-02-27 21:19:42 UTC) #4
ality
PTAL
12 years, 2 months ago (2012-02-27 21:51:16 UTC) #5
gri
LGTM Thanks for tracking this down! - gri
12 years, 2 months ago (2012-02-27 21:56:24 UTC) #6
gri
12 years, 2 months ago (2012-02-27 21:56:46 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=807ac3421bff ***

go/printer: fix printing of variadic function calls

Fixes issue 3130.

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

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