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

Issue 5869050: code review 5869050: godoc: replace servePage's positional argument list (Closed)

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

Description

godoc: replace servePage's positional argument list

Patch Set 1 #

Patch Set 2 : diff -r f180ac52630b https://code.google.com/p/go #

Patch Set 3 : diff -r f180ac52630b https://code.google.com/p/go #

Patch Set 4 : diff -r f180ac52630b https://code.google.com/p/go #

Patch Set 5 : diff -r f180ac52630b https://code.google.com/p/go #

Patch Set 6 : diff -r f180ac52630b https://code.google.com/p/go #

Total comments: 4

Patch Set 7 : diff -r 75162220fd1e https://code.google.com/p/go #

Patch Set 8 : diff -r 75162220fd1e https://code.google.com/p/go #

Patch Set 9 : diff -r 2e68ba67a644 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -44 lines) Patch
M lib/godoc/godoc.html View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M src/cmd/godoc/codewalk.go View 1 2 3 4 5 6 7 2 chunks +9 lines, -4 lines 0 comments Download
M src/cmd/godoc/godoc.go View 1 2 3 4 5 6 7 8 8 chunks +48 lines, -36 lines 0 comments Download
M src/cmd/godoc/main.go View 1 2 3 4 5 6 7 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 7
gri
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
13 years, 3 months ago (2012-03-21 19:00:29 UTC) #1
adg
LGTM http://codereview.appspot.com/5869050/diff/1012/src/cmd/godoc/godoc.go File src/cmd/godoc/godoc.go (right): http://codereview.appspot.com/5869050/diff/1012/src/cmd/godoc/godoc.go#newcode549 src/cmd/godoc/godoc.go:549: type Page struct { doc comment? http://codereview.appspot.com/5869050/diff/1012/src/cmd/godoc/godoc.go#newcode554 src/cmd/godoc/godoc.go:554: ...
13 years, 3 months ago (2012-03-22 05:31:33 UTC) #2
gri
PTAL http://codereview.appspot.com/5869050/diff/1012/src/cmd/godoc/godoc.go File src/cmd/godoc/godoc.go (right): http://codereview.appspot.com/5869050/diff/1012/src/cmd/godoc/godoc.go#newcode549 src/cmd/godoc/godoc.go:549: type Page struct { On 2012/03/22 05:31:33, adg ...
13 years, 3 months ago (2012-03-22 17:58:08 UTC) #3
bradfitz
LGTM but why not Page values instead of pointers to them? They're kinda big, but ...
13 years, 3 months ago (2012-03-22 18:02:42 UTC) #4
gri
Done. On Thu, Mar 22, 2012 at 11:02 AM, Brad Fitzpatrick <bradfitz@golang.org> wrote: > LGTM ...
13 years, 3 months ago (2012-03-22 18:11:40 UTC) #5
bradfitz
LGTM On Thu, Mar 22, 2012 at 11:11 AM, Robert Griesemer <gri@golang.org> wrote: > Done. ...
13 years, 3 months ago (2012-03-22 18:18:57 UTC) #6
gri
13 years, 3 months ago (2012-03-30 17:42:59 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=74dc15b37455 ***

godoc: replace servePage's positional argument list

R=golang-dev, adg, bradfitz
CC=golang-dev
http://codereview.appspot.com/5869050
Sign in to reply to this message.

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