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

Issue 4837063: code review 4837063: exp/template: url filter. (Closed)

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

Description

exp/template: url filter.

Patch Set 1 #

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

Total comments: 2

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -0 lines) Patch
M src/pkg/exp/template/doc.go View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/exp/template/exec_test.go View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/exp/template/funcs.go View 1 2 3 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 18
dsymonds
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 7 months ago (2011-08-08 05:56:13 UTC) #1
r
LGTM although i think some of this stuff will end up elsewhere. http://codereview.appspot.com/4837063/diff/2001/src/pkg/exp/template/doc.go File src/pkg/exp/template/doc.go ...
13 years, 7 months ago (2011-08-08 06:19:57 UTC) #2
dsymonds
http://codereview.appspot.com/4837063/diff/2001/src/pkg/exp/template/doc.go File src/pkg/exp/template/doc.go (right): http://codereview.appspot.com/4837063/diff/2001/src/pkg/exp/template/doc.go#newcode249 src/pkg/exp/template/doc.go:249: its arguments in a form suitable for use in ...
13 years, 7 months ago (2011-08-08 06:29:45 UTC) #3
dsymonds
*** Submitted as http://code.google.com/p/go/source/detail?r=095d46c5b963 *** exp/template: url filter. R=r CC=golang-dev http://codereview.appspot.com/4837063
13 years, 7 months ago (2011-08-08 06:30:11 UTC) #4
rsc
Can we call this urlquery instead? It does not apply to urls in general, just ...
13 years, 7 months ago (2011-08-08 11:46:30 UTC) #5
dsymonds
On Mon, Aug 8, 2011 at 9:46 PM, Russ Cox <rsc@golang.org> wrote: > Can we ...
13 years, 7 months ago (2011-08-08 11:50:57 UTC) #6
rsc
> "url" matches the existing "html" and "js", which are used for > filtering a ...
13 years, 7 months ago (2011-08-08 11:57:51 UTC) #7
dsymonds
On Mon, Aug 8, 2011 at 9:57 PM, Russ Cox <rsc@golang.org> wrote: >> Also, this ...
13 years, 7 months ago (2011-08-08 12:34:41 UTC) #8
dsymonds
On Mon, Aug 8, 2011 at 9:57 PM, Russ Cox <rsc@golang.org> wrote: >> "url" matches ...
13 years, 7 months ago (2011-08-08 12:38:21 UTC) #9
rsc
the reason to change the name is exactly because you misunderstood what it does. some ...
13 years, 7 months ago (2011-08-08 12:44:02 UTC) #10
dsymonds
On Aug 8, 2011 10:44 PM, "Russ Cox" <rsc@golang.org> wrote: > the reason to change ...
13 years, 7 months ago (2011-08-08 13:13:26 UTC) #11
rsc
>> the reason to change the name is exactly >> because you misunderstood what it ...
13 years, 7 months ago (2011-08-08 13:15:06 UTC) #12
r2
On 08/08/2011, at 11:14 PM, Russ Cox wrote: >>> the reason to change the name ...
13 years, 7 months ago (2011-08-08 13:16:15 UTC) #13
dsymonds
Okay, if I'm the only one, I relent. Go for it.
13 years, 7 months ago (2011-08-08 13:31:51 UTC) #14
rsc
As far as the name length arguments go, my hope is that the new template/html ...
13 years, 7 months ago (2011-08-08 13:34:17 UTC) #15
rsc
i am sad that this has not been fixed yet. now we have actual template ...
13 years, 7 months ago (2011-08-15 15:19:20 UTC) #16
bradfitz
On Mon, Aug 15, 2011 at 8:19 AM, Russ Cox <rsc@golang.org> wrote: > i am ...
13 years, 7 months ago (2011-08-15 15:35:13 UTC) #17
rsc
13 years, 7 months ago (2011-08-15 15:41:04 UTC) #18
On Mon, Aug 15, 2011 at 11:19, Russ Cox <rsc@golang.org> wrote:
> i am sad that this has not been fixed yet.
> now we have actual template starting to
> depend on the misnamed 'url'.
>
> PLEASE RENAME THIS.

sorry, never mind.  that's what i get for
replying to mail without reading all
200 conversations that accumulated
over the weekend.
Sign in to reply to this message.

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