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

Issue 206078: code review 206078: godoc support for directories outside $GOROOT (Closed)

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

Description

godoc support for directories outside $GOROOT Example use: godoc -path=/home/user1:/home/build/foo -http=:6666 will start a local godoc that maps urls starting with /pkg/user1 or /pkg/foo to the respective roots specified in the path. Missing: Handling of overlapping package directories, multiple packages per directory.

Patch Set 1 #

Patch Set 2 : code review 206078: godoc support for directories outside $GOROOT #

Patch Set 3 : code review 206078: godoc support for directories outside $GOROOT #

Patch Set 4 : code review 206078: godoc support for directories outside $GOROOT #

Patch Set 5 : code review 206078: godoc support for directories outside $GOROOT #

Patch Set 6 : code review 206078: godoc support for directories outside $GOROOT #

Patch Set 7 : code review 206078: godoc support for directories outside $GOROOT #

Total comments: 1

Patch Set 8 : code review 206078: godoc support for directories outside $GOROOT #

Patch Set 9 : code review 206078: godoc support for directories outside $GOROOT #

Patch Set 10 : code review 206078: godoc support for directories outside $GOROOT #

Patch Set 11 : code review 206078: godoc support for directories outside $GOROOT #

Patch Set 12 : code review 206078: godoc support for directories outside $GOROOT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+342 lines, -286 lines) Patch
A lib/godoc/error.html View 1 chunk +9 lines, -0 lines 0 comments Download
M lib/godoc/godoc.html View 1 chunk +3 lines, -0 lines 0 comments Download
M lib/godoc/package.html View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -5 lines 0 comments Download
M lib/godoc/search.html View 3 chunks +5 lines, -5 lines 0 comments Download
R lib/godoc/source.html View 1 chunk +0 lines, -13 lines 0 comments Download
M src/cmd/godoc/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/godoc/godoc.go View 1 2 3 4 5 6 7 8 9 10 27 chunks +264 lines, -239 lines 0 comments Download
M src/cmd/godoc/main.go View 5 chunks +10 lines, -19 lines 0 comments Download
M src/cmd/godoc/mapping.go View 1 2 3 4 5 chunks +45 lines, -5 lines 0 comments Download

Messages

Total messages: 8
gri
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 2 months ago (2010-02-12 01:14:40 UTC) #1
gri
PS: A version of this godoc is running at: http://r45:6080/ with -path=/home/build/google3 The root page ...
14 years, 2 months ago (2010-02-12 01:21:40 UTC) #2
gri
ping On Thu, Feb 11, 2010 at 5:14 PM, <gri@golang.org> wrote: > Reviewers: rsc, > ...
14 years, 2 months ago (2010-02-16 18:15:53 UTC) #3
rsc
http://codereview.appspot.com/206078/diff/52/55 File lib/godoc/package.html (right): http://codereview.appspot.com/206078/diff/52/55#newcode19 lib/godoc/package.html:19: <a href="{@|url-src}">{@|url-src}</a><br /> Looks like this is going to ...
14 years, 2 months ago (2010-02-16 18:28:01 UTC) #4
gri
On Tue, Feb 16, 2010 at 10:28 AM, <rsc@golang.org> wrote: > > http://codereview.appspot.com/206078/diff/52/55 > File ...
14 years, 2 months ago (2010-02-16 18:35:19 UTC) #5
gri
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 2 months ago (2010-02-16 19:03:15 UTC) #6
rsc
LGTM
14 years, 2 months ago (2010-02-16 19:18:43 UTC) #7
gri
14 years, 2 months ago (2010-02-16 19:20:58 UTC) #8
*** Submitted as http://code.google.com/p/go/source/detail?r=e4ac20d976a1 ***

godoc support for directories outside $GOROOT

Example use: godoc -path=/home/user1:/home/build/foo -http=:6666
will start a local godoc that maps urls starting with /pkg/user1 or
/pkg/foo to the respective roots specified in the path.

Missing: Handling of overlapping package directories, multiple
packages per directory.

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

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