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

Issue 4665041: code review 4665041: Add the beginnings of the template execution code. Lot... (Closed)

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

Description

Add the beginnings of the template execution code. Lots still to do, including evaluation up the data tree (in this code all fields must be in dot itself), plus more control structure, but the basics are in place.

Patch Set 1 #

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

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

Patch Set 4 : diff -r b295b8bda20b https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 5e7ad769e69f https://go.googlecode.com/hg/ #

Total comments: 13

Patch Set 6 : diff -r a5c1163200db https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+587 lines, -55 lines) Patch
M src/pkg/exp/template/Makefile View 1 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/exp/template/exec.go View 1 2 3 4 5 1 chunk +316 lines, -0 lines 0 comments Download
A src/pkg/exp/template/exec_test.go View 1 2 3 4 1 chunk +160 lines, -0 lines 0 comments Download
M src/pkg/exp/template/lex.go View 1 2 chunks +4 lines, -2 lines 0 comments Download
M src/pkg/exp/template/lex_test.go View 1 2 3 4 1 chunk +8 lines, -3 lines 0 comments Download
M src/pkg/exp/template/parse.go View 1 2 3 4 14 chunks +84 lines, -43 lines 0 comments Download
M src/pkg/exp/template/parse_test.go View 1 2 3 4 2 chunks +14 lines, -7 lines 0 comments Download

Messages

Total messages: 4
r
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 9 months ago (2011-06-28 10:55:40 UTC) #1
rsc
LGTM Does the pipeline stuff subsume the current formatter map? (Could hang formatting methods on ...
13 years, 9 months ago (2011-06-28 12:04:01 UTC) #2
r2
On Jun 28, 2011, at 10:04 PM, rsc@golang.org wrote: > LGTM > > Does the ...
13 years, 9 months ago (2011-06-28 12:21:48 UTC) #3
r
13 years, 9 months ago (2011-06-28 13:04:18 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=632f57713423 ***

Add the beginnings of the template execution code.  Lots still to do,
including evaluation up the data tree (in this code all fields must be
in dot itself), plus more control structure, but the basics are in place.

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

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