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

Issue 5576068: code review 5576068: cmd/goapi: expand embedded interfaces (Closed)

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

Description

cmd/goapi: expand embedded interfaces Fixes issue 2801

Patch Set 1 #

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

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

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

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

Total comments: 1

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+223 lines, -42 lines) Patch
M src/cmd/goapi/goapi.go View 1 2 3 4 5 12 chunks +188 lines, -34 lines 0 comments Download
M src/cmd/goapi/goapi_test.go View 1 2 3 3 chunks +6 lines, -3 lines 0 comments Download
M src/cmd/goapi/testdata/src/pkg/p1/golden.txt View 1 2 3 1 chunk +8 lines, -1 line 0 comments Download
M src/cmd/goapi/testdata/src/pkg/p1/p1.go View 1 2 2 chunks +14 lines, -4 lines 0 comments Download
A src/cmd/goapi/testdata/src/pkg/p2/golden.txt View 1 1 chunk +2 lines, -0 lines 0 comments Download
A src/cmd/goapi/testdata/src/pkg/p2/p2.go View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 7
bradfitz
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 5 months ago (2012-01-29 18:15:15 UTC) #1
rsc1
http://codereview.appspot.com/5576068/diff/10/src/cmd/goapi/goapi.go File src/cmd/goapi/goapi.go (right): http://codereview.appspot.com/5576068/diff/10/src/cmd/goapi/goapi.go#newcode118 src/cmd/goapi/goapi.go:118: interfaces map[string]*ast.InterfaceType // "pkg\0name" -> interface Really? \0? You ...
13 years, 5 months ago (2012-01-29 18:18:17 UTC) #2
bradfitz
Right. Old habit. Will fix. On Jan 29, 2012 10:18 AM, <rsc@google.com> wrote: > > ...
13 years, 5 months ago (2012-01-29 18:44:33 UTC) #3
bradfitz
Hello golang-dev@googlegroups.com, rsc@google.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 5 months ago (2012-01-29 21:20:58 UTC) #4
bradfitz
PTAL? On Jan 29, 2012 1:20 PM, <bradfitz@golang.org> wrote: > Hello golang-dev@googlegroups.com, rsc@google.com (cc: > ...
13 years, 5 months ago (2012-01-30 04:43:46 UTC) #5
rsc1
LGTM
13 years, 5 months ago (2012-01-30 04:46:36 UTC) #6
bradfitz
13 years, 5 months ago (2012-01-30 05:04:07 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=db35be288dd1 ***

cmd/goapi: expand embedded interfaces

Fixes issue 2801

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

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