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

Issue 4131045: code review 4131045: template: allow a leading '*' to indicate that evaulati... (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, r2, golang-dev
Visibility:
Public.

Description

template: allow a leading '*' to indicate that evaulation should indirect through a pointer. Fixes issue 1478.

Patch Set 1 #

Total comments: 2

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -4 lines) Patch
M src/pkg/template/template.go View 1 4 chunks +32 lines, -4 lines 0 comments Download
M src/pkg/template/template_test.go View 1 6 chunks +42 lines, -0 lines 0 comments Download

Messages

Total messages: 4
r
Hello rsc (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-04 22:59:06 UTC) #1
rsc
LGTM http://codereview.appspot.com/4131045/diff/1/src/pkg/template/template.go File src/pkg/template/template.go (right): http://codereview.appspot.com/4131045/diff/1/src/pkg/template/template.go#newcode60 src/pkg/template/template.go:60: value of the underlying integer. Describe behavior on ...
14 years, 1 month ago (2011-02-04 23:06:31 UTC) #2
r2
On Feb 4, 2011, at 3:06 PM, rsc@golang.org wrote: > LGTM > > > > ...
14 years, 1 month ago (2011-02-04 23:08:29 UTC) #3
r
14 years, 1 month ago (2011-02-04 23:21:10 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=aa76041bc64d ***

template: allow a leading '*' to indicate that evaulation should
indirect through a pointer.

Fixes issue 1478.

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

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