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

Issue 4673042: code review 4673042: exp/template: add template sets, allowing templates to ... (Closed)

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

Description

exp/template: add template sets, allowing templates to reference one another

Patch Set 1 #

Total comments: 3

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+625 lines, -115 lines) Patch
M src/pkg/exp/template/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/exp/template/exec.go View 1 10 chunks +99 lines, -14 lines 0 comments Download
M src/pkg/exp/template/exec_test.go View 5 chunks +74 lines, -17 lines 0 comments Download
M src/pkg/exp/template/parse.go View 1 16 chunks +226 lines, -55 lines 0 comments Download
M src/pkg/exp/template/parse_test.go View 1 6 chunks +53 lines, -29 lines 0 comments Download
A src/pkg/exp/template/set.go View 1 chunk +71 lines, -0 lines 0 comments Download
A src/pkg/exp/template/set_test.go View 1 chunk +101 lines, -0 lines 0 comments Download

Messages

Total messages: 3
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 8 months ago (2011-07-04 01:51:30 UTC) #1
adg
LGTM http://codereview.appspot.com/4673042/diff/1/src/pkg/exp/template/exec.go File src/pkg/exp/template/exec.go (right): http://codereview.appspot.com/4673042/diff/1/src/pkg/exp/template/exec.go#newcode88 src/pkg/exp/template/exec.go:88: // walkIfOrWith walks an if or with node. ...
13 years, 8 months ago (2011-07-04 04:44:35 UTC) #2
r
13 years, 8 months ago (2011-07-04 05:15:58 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=ffc556da636f ***

exp/template: add template sets, allowing templates to reference one another

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

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