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

Issue 5449062: code review 5449062: template: move the empty check into parse, which needs ... (Closed)

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

Description

template: move the empty check into parse, which needs it when constructing tree sets.

Patch Set 1 #

Total comments: 4

Patch Set 2 : diff -r 3541add60f81 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 8ee8709a9fff https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -57 lines) Patch
M src/pkg/text/template/multi_test.go View 1 chunk +0 lines, -29 lines 0 comments Download
M src/pkg/text/template/parse/parse.go View 2 chunks +30 lines, -2 lines 0 comments Download
M src/pkg/text/template/parse/parse_test.go View 1 chunk +29 lines, -0 lines 0 comments Download
M src/pkg/text/template/template.go View 3 chunks +2 lines, -26 lines 0 comments Download

Messages

Total messages: 5
r
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-12-02 00:47:25 UTC) #1
gri
http://codereview.appspot.com/5449062/diff/1/src/pkg/text/template/exec.go File src/pkg/text/template/exec.go (right): http://codereview.appspot.com/5449062/diff/1/src/pkg/text/template/exec.go#newcode110 src/pkg/text/template/exec.go:110: println(t.Tree) spurious println? http://codereview.appspot.com/5449062/diff/1/src/pkg/text/template/helper.go File src/pkg/text/template/helper.go (right): http://codereview.appspot.com/5449062/diff/1/src/pkg/text/template/helper.go#newcode51 src/pkg/text/template/helper.go:51: ...
13 years, 5 months ago (2011-12-02 00:55:43 UTC) #2
r
Hello golang-dev@googlegroups.com, gri@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 5 months ago (2011-12-02 01:02:33 UTC) #3
gri
LGTM
13 years, 5 months ago (2011-12-02 01:15:44 UTC) #4
r
13 years, 5 months ago (2011-12-02 01:24:58 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=81ba64fd27dc ***

template: move the empty check into parse, which needs it when constructing
tree sets.

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

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