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

Issue 161750043: code review 161750043: text/template: fix bug in pipelined variadics (Closed)

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

Description

text/template: fix bug in pipelined variadics Simple bug in argument processing: The final arg may be the pipeline value, in which case it gets bound to the fixed argument section. The code got that wrong. Easy to fix. Fixes issue 8950.

Patch Set 1 #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -1 line) Patch
M src/text/template/exec.go View 1 chunk +1 line, -1 line 0 comments Download
M src/text/template/exec_test.go View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 3
r
Hello 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-10-17 18:15:46 UTC) #1
bradfitz
LGTM On Fri, Oct 17, 2014 at 8:15 PM, <r@golang.org> wrote: > Reviewers: golang-codereviews, > ...
9 years, 6 months ago (2014-10-18 09:47:53 UTC) #2
r
9 years, 6 months ago (2014-10-18 18:22:09 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=400e84516718 ***

text/template: fix bug in pipelined variadics
Simple bug in argument processing: The final arg may
be the pipeline value, in which case it gets bound to the
fixed argument section. The code got that wrong. Easy
to fix.

Fixes issue 8950.

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

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