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

Issue 5502059: code review 5502059: go/doc, godoc: show methods of anonymous fields (Closed)

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

Description

go/doc, godoc: show methods of anonymous fields Missing: Handling of embedded interfaces. Also, for reasons outlined in the previous CL (5500055), embedded types have to be exported for its "inherited" methods to be visible. This will be addressed w/ a subsequent CL.

Patch Set 1 #

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

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

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

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

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

Patch Set 7 : diff -r 3ee529628f53 https://go.googlecode.com/hg/ #

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

Patch Set 9 : diff -r 3ee529628f53 https://go.googlecode.com/hg/ #

Patch Set 10 : diff -r 8259f4a19e6e https://go.googlecode.com/hg/ #

Patch Set 11 : diff -r 8259f4a19e6e https://go.googlecode.com/hg/ #

Patch Set 12 : diff -r 8259f4a19e6e https://go.googlecode.com/hg/ #

Patch Set 13 : diff -r 8259f4a19e6e https://go.googlecode.com/hg/ #

Total comments: 4

Patch Set 14 : diff -r d84abb59a90f https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -50 lines) Patch
M src/pkg/go/doc/doc.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 10 chunks +166 lines, -50 lines 0 comments Download

Messages

Total messages: 8
gri
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 7 months ago (2011-12-21 19:18:45 UTC) #1
rsc
Can we drop the embedded and change the receiver? It seems like that should be ...
13 years, 7 months ago (2011-12-21 19:32:20 UTC) #2
gri
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 7 months ago (2011-12-22 01:36:18 UTC) #3
r2
the presentation looks much better. LGTM from that perspective. -rob
13 years, 7 months ago (2011-12-22 01:52:15 UTC) #4
rsc
LGTM It looks like this is not affecting presentation at all anymore, which seems like ...
13 years, 7 months ago (2011-12-22 20:30:08 UTC) #5
gri
Addressed. FYI: I am moving export filtering into go/doc - this should then fix the ...
13 years, 7 months ago (2011-12-22 21:06:48 UTC) #6
gri
*** Submitted as http://code.google.com/p/go/source/detail?r=9b9dc55a7745 *** go/doc, godoc: show methods of anonymous fields Missing: Handling of ...
13 years, 7 months ago (2011-12-22 21:11:46 UTC) #7
rsc
13 years, 7 months ago (2011-12-22 21:32:34 UTC) #8
On Thu, Dec 22, 2011 at 16:06,  <gri@golang.org> wrote:
> type _ struct {...}
>
> No need to keep information about it.

Aha.  I was thinking this name came out of a
field definition in a struct.
Sign in to reply to this message.

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