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

Issue 5689051: code review 5689051: cmd/godoc: honor GOPATH and show user-code listings in ... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 10 months ago by ugorji
Modified:
13 years, 9 months ago
CC:
golang-dev
Visibility:
Public.

Description

cmd/godoc: honor GOPATH and show user-code listings in html view. This CL makes the following fixes: - Show user paths in the html view for the top-level package listing. From $GOPATH, show commands (from src/cmd/*) under Commands view, and show all other packages (from src/*) under Packages view. This allows all source documentation to be found easily in godocs. - Honor GOPATH logic, by adding GOPATH/src and GOPATH/src/cmd members into fsMap - Resolve Symbolic links for directories put in GOPATH (so their docs can be seen) [we don't do infinite loop detection. It can easily be done if team wants it] Fixes issue 2234. Fixes issue 2605. Fixes issue 3046.

Patch Set 1 : diff -r e285ee3ad289 https://code.google.com/p/go/ #

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

Total comments: 1

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -23 lines) Patch
M lib/godoc/package.html View 1 chunk +7 lines, -0 lines 0 comments Download
M src/cmd/godoc/godoc.go View 1 2 4 chunks +79 lines, -23 lines 0 comments Download

Messages

Total messages: 9
ugorji
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
13 years, 10 months ago (2012-02-20 21:11:02 UTC) #1
ugorji
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 10 months ago (2012-02-20 22:36:18 UTC) #2
remyoudompheng
I don't really understand what the patch is doing. What happens if two GOPATH elements ...
13 years, 10 months ago (2012-02-22 21:53:05 UTC) #3
ugorji
On 2012/02/22 21:53:05, remyoudompheng wrote: > I don't really understand what the patch is doing. ...
13 years, 10 months ago (2012-02-22 23:16:14 UTC) #4
ugorji
Hello golang-dev@googlegroups.com, remyoudompheng@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 10 months ago (2012-02-22 23:40:34 UTC) #5
ugorji
On 2012/02/22 23:40:34, ugorji wrote: I just updated the CL to use filepath.Evalsymlink. PTAL. > ...
13 years, 10 months ago (2012-02-22 23:41:49 UTC) #6
gri
Thanks for doing this. I will take a look at this CLs once we have ...
13 years, 10 months ago (2012-02-22 23:42:59 UTC) #7
rsc
Thanks for working on this, but I think more sweeping cleanup is needed. I created ...
13 years, 9 months ago (2012-03-01 22:09:28 UTC) #8
ugorji
13 years, 9 months ago (2012-03-05 21:04:37 UTC) #9
*** Abandoned ***
Sign in to reply to this message.

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