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

Issue 4169042: code review 4169042: template: reverse order of arguments to Execute (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 1 month ago by r
Modified:
14 years, 1 month ago
Reviewers:
CC:
rsc, gri, adg, eds, r2, aam, golang-dev
Visibility:
Public.

Description

template: reverse order of arguments to Execute In line with other functions such as Fprintf, put the thing to be written first. Apologies for the breakages this is sure to cause.

Patch Set 1 #

Total comments: 1

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -25 lines) Patch
M doc/codelab/wiki/final.go View 1 chunk +1 line, -1 line 0 comments Download
M doc/codelab/wiki/index.html View 1 1 chunk +1 line, -1 line 0 comments Download
M doc/effective_go.html View 1 chunk +1 line, -1 line 0 comments Download
M misc/goplay/goplay.go View 3 chunks +4 lines, -4 lines 0 comments Download
M src/cmd/godoc/godoc.go View 2 chunks +2 lines, -2 lines 0 comments Download
M src/cmd/godoc/main.go View 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/goinstall/make.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/exp/eval/gen.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/rpc/debug.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/template/template.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/template/template_test.go View 10 chunks +10 lines, -10 lines 0 comments Download
M test/chan/select5.go View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6
r
Hello rsc, gri, adg (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years, 1 month ago (2011-02-09 20:32:46 UTC) #1
eds
On Thu, Feb 10, 2011 at 9:32 AM, <r@golang.org> wrote: > Reviewers: rsc, gri, adg, ...
14 years, 1 month ago (2011-02-09 21:08:38 UTC) #2
gri
LGTM But I am not sure about the HTML escape changes in the doc. http://codereview.appspot.com/4169042/diff/1/doc/codelab/wiki/index.html ...
14 years, 1 month ago (2011-02-09 21:10:29 UTC) #3
r2
On Feb 9, 2011, at 1:10 PM, gri@golang.org wrote: > LGTM > > But I ...
14 years, 1 month ago (2011-02-09 21:15:01 UTC) #4
aam
> i believe the change is because GenHTML was removed from the printer. srcextract.go (in ...
14 years, 1 month ago (2011-02-09 21:39:24 UTC) #5
r
14 years, 1 month ago (2011-02-09 22:23:03 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=16419531e81d ***

template: reverse order of arguments to Execute

In line with other functions such as Fprintf, put the
thing to be written first.

Apologies for the breakages this is sure to cause.

R=rsc, gri, adg, eds, r2, aam
CC=golang-dev
http://codereview.appspot.com/4169042
Sign in to reply to this message.

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