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

Issue 4887041: code review 4887041: godoc: remove last vestiges of old template system (Closed)

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

Description

godoc: remove last vestiges of old template system - rename template funcs for better consistency and sort them into groups of related functionality - try to be more consistent with html vs url escaping

Patch Set 1 #

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

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

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

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

Total comments: 2

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

Patch Set 7 : diff -r 807dd8e545a8 https://go.googlecode.com/hg/ #

Patch Set 8 : diff -r 807dd8e545a8 https://go.googlecode.com/hg/ #

Patch Set 9 : diff -r 807dd8e545a8 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+200 lines, -252 lines) Patch
M lib/godoc/godoc.html View 1 1 chunk +1 line, -1 line 0 comments Download
M lib/godoc/package.html View 1 2 3 4 2 chunks +25 lines, -25 lines 0 comments Download
M lib/godoc/package.txt View 1 6 chunks +10 lines, -10 lines 0 comments Download
M lib/godoc/search.html View 1 4 chunks +21 lines, -20 lines 0 comments Download
M lib/godoc/search.txt View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/cmd/godoc/godoc.go View 1 2 3 4 5 6 2 chunks +137 lines, -187 lines 0 comments Download
M src/cmd/godoc/snippet.go View 1 2 3 4 5 6 3 chunks +3 lines, -6 lines 0 comments Download

Messages

Total messages: 6
gri
Hello r@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 8 months ago (2011-08-12 21:56:49 UTC) #1
r
LGTM http://codereview.appspot.com/4887041/diff/7001/src/cmd/godoc/godoc.go File src/cmd/godoc/godoc.go (right): http://codereview.appspot.com/4887041/diff/7001/src/cmd/godoc/godoc.go#newcode432 src/cmd/godoc/godoc.go:432: return index.(*Index).Snippet(info.Lori()).Text does the snippet need HTML escaping?
13 years, 8 months ago (2011-08-12 22:15:56 UTC) #2
gri
http://codereview.appspot.com/4887041/diff/7001/src/cmd/godoc/godoc.go File src/cmd/godoc/godoc.go (right): http://codereview.appspot.com/4887041/diff/7001/src/cmd/godoc/godoc.go#newcode432 src/cmd/godoc/godoc.go:432: return index.(*Index).Snippet(info.Lori()).Text On 2011/08/12 22:15:56, r wrote: > does ...
13 years, 8 months ago (2011-08-12 22:23:18 UTC) #3
gri
Hello r@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 8 months ago (2011-08-12 22:23:44 UTC) #4
r
LGTM
13 years, 8 months ago (2011-08-12 22:34:47 UTC) #5
gri
13 years, 8 months ago (2011-08-12 22:43:15 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=eca57094ac31 ***

godoc: remove last vestiges of old template system

- rename template funcs for better consistency and
  sort them into groups of related functionality
- try to be more consistent with html vs url escaping

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

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