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

Issue 4641096: code review 4641096: exp/template: the must-have MustParse functions (Closed)

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

Description

exp/template: the must-have MustParse functions

Patch Set 1 #

Total comments: 2

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

Total comments: 2

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -6 lines) Patch
M src/pkg/exp/template/Makefile View 1 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/exp/template/helper.go View 1 2 3 4 5 1 chunk +100 lines, -0 lines 0 comments Download
M src/pkg/exp/template/parse.go View 1 3 chunks +7 lines, -5 lines 0 comments Download
M src/pkg/exp/template/set.go View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9
adg
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 10 months ago (2011-07-08 05:10:36 UTC) #1
r
http://codereview.appspot.com/4641096/diff/1/src/pkg/exp/template/parse.go File src/pkg/exp/template/parse.go (right): http://codereview.appspot.com/4641096/diff/1/src/pkg/exp/template/parse.go#newcode564 src/pkg/exp/template/parse.go:564: b, err := ioutil.ReadFile(filename) maybe the template name should ...
13 years, 10 months ago (2011-07-08 05:25:14 UTC) #2
r
http://codereview.appspot.com/4641096/diff/1/src/pkg/exp/template/parse.go File src/pkg/exp/template/parse.go (right): http://codereview.appspot.com/4641096/diff/1/src/pkg/exp/template/parse.go#newcode564 src/pkg/exp/template/parse.go:564: b, err := ioutil.ReadFile(filename) On 2011/07/08 05:25:14, r wrote: ...
13 years, 10 months ago (2011-07-08 05:28:50 UTC) #3
adg
Hello r@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 10 months ago (2011-07-08 05:40:39 UTC) #4
r
http://codereview.appspot.com/4641096/diff/4002/src/pkg/exp/template/helper.go File src/pkg/exp/template/helper.go (right): http://codereview.appspot.com/4641096/diff/4002/src/pkg/exp/template/helper.go#newcode1 src/pkg/exp/template/helper.go:1: package template add a comment saying what these are. ...
13 years, 10 months ago (2011-07-08 05:46:00 UTC) #5
adg
Hello r@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 10 months ago (2011-07-08 05:54:00 UTC) #6
adg
Hello r@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 10 months ago (2011-07-08 06:00:10 UTC) #7
r
LGTM
13 years, 10 months ago (2011-07-08 06:00:26 UTC) #8
adg
13 years, 10 months ago (2011-07-08 06:01:38 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=f34c5200230d ***

exp/template: the must-have MustParse functions

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

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