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

Issue 4643072: code review 4643072: exp/template: index function for arrays, slices, and maps. (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:
fvb
CC:
golang-dev, adg, r2
Visibility:
Public.

Description

exp/template: index function for arrays, slices, and maps.

Patch Set 1 #

Total comments: 2

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

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -14 lines) Patch
M src/pkg/exp/template/exec_test.go View 4 chunks +27 lines, -9 lines 0 comments Download
M src/pkg/exp/template/funcs.go View 1 3 chunks +46 lines, -5 lines 1 comment Download

Messages

Total messages: 6
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-06 11:25:15 UTC) #1
adg
LGTM This will make some people very happy. http://codereview.appspot.com/4643072/diff/1/src/pkg/exp/template/funcs.go File src/pkg/exp/template/funcs.go (right): http://codereview.appspot.com/4643072/diff/1/src/pkg/exp/template/funcs.go#newcode90 src/pkg/exp/template/funcs.go:90: case ...
13 years, 8 months ago (2011-07-06 11:46:10 UTC) #2
r2
On 06/07/2011, at 9:46 PM, adg@golang.org wrote: > LGTM > > This will make some ...
13 years, 8 months ago (2011-07-06 12:26:54 UTC) #3
r
*** Submitted as http://code.google.com/p/go/source/detail?r=743cfe1095ed *** exp/template: index function for arrays, slices, and maps. R=golang-dev, adg, ...
13 years, 8 months ago (2011-07-06 12:27:15 UTC) #4
fvb
http://codereview.appspot.com/4643072/diff/6001/src/pkg/exp/template/funcs.go File src/pkg/exp/template/funcs.go (right): http://codereview.appspot.com/4643072/diff/6001/src/pkg/exp/template/funcs.go#newcode92 src/pkg/exp/template/funcs.go:92: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64: reflect.Uintptr?
13 years, 8 months ago (2011-07-06 13:34:05 UTC) #5
fvb
13 years, 8 months ago (2011-07-06 13:36:21 UTC) #6
On 2011/07/06 13:34:05, fvb wrote:
> reflect.Uintptr?

Never mind, just saw http://codereview.appspot.com/4636087/
Sign in to reply to this message.

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