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

Issue 5900065: code review 5900065: text/template: pipelined arg was not typechecked (Closed)

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

Description

text/template: pipelined arg was not typechecked Without this fix, an erroneous template causes a panic; should be caught safely. The bug did not affect correct templates. Fixes issue 3267.

Patch Set 1 #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M src/pkg/text/template/exec.go View 2 chunks +6 lines, -1 line 0 comments Download
M src/pkg/text/template/exec_test.go View 3 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 4
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
12 years ago (2012-03-26 01:10:19 UTC) #1
dsymonds
LGTM
12 years ago (2012-03-26 01:16:21 UTC) #2
rsc
LGTM although I'd prefer to wait until after Go 1 at this point.
12 years ago (2012-03-26 13:02:38 UTC) #3
r
12 years ago (2012-04-03 01:45:00 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=c007925a75c6 ***

text/template: pipelined arg was not typechecked
Without this fix, an erroneous template causes a panic; should be caught safely.
The bug did not affect correct templates.

Fixes issue 3267.

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

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