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

Issue 774041: code review 774041: Add extensions to the generator. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 4 months ago by dsymonds
Modified:
15 years, 4 months ago
Reviewers:
CC:
r, golang-dev
Visibility:
Public.

Description

Add extensions to the generator.

Patch Set 1 #

Patch Set 2 : code review 774041: Add extensions to the generator. #

Patch Set 3 : code review 774041: Add extensions to the generator. #

Patch Set 4 : code review 774041: Add extensions to the generator. #

Total comments: 7

Patch Set 5 : code review 774041: Add extensions to the generator. #

Total comments: 2

Patch Set 6 : code review 774041: Add extensions to the generator. #

Patch Set 7 : code review 774041: Add extensions to the generator. #

Patch Set 8 : code review 774041: Add extensions to the generator. #

Patch Set 9 : code review 774041: Add extensions to the generator. #

Patch Set 10 : code review 774041: Add extensions to the generator. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+443 lines, -20 lines) Patch
M README View 1 2 3 4 2 chunks +1 line, -4 lines 0 comments Download
M compiler/main.go View 1 2 3 4 5 14 chunks +131 lines, -13 lines 0 comments Download
M compiler/testdata/Makefile View 1 2 3 4 3 chunks +7 lines, -2 lines 0 comments Download
A compiler/testdata/extension_base.proto View 1 chunk +38 lines, -0 lines 0 comments Download
A compiler/testdata/extension_test.go View 5 1 chunk +159 lines, -0 lines 0 comments Download
A compiler/testdata/extension_user.proto View 1 chunk +73 lines, -0 lines 0 comments Download
M compiler/testdata/test.proto View 1 chunk +5 lines, -0 lines 0 comments Download
M compiler/testdata/test.pb.go.golden View 3 chunks +28 lines, -0 lines 0 comments Download
M proto/extensions.go View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15
dsymonds
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 4 months ago (2010-03-26 12:07:15 UTC) #1
r
can you please pull over the extensions test too? it might not be easy, so ...
15 years, 4 months ago (2010-03-26 16:56:15 UTC) #2
dsymonds
The test is in, and updated to work in this environment, but it's failing at ...
15 years, 4 months ago (2010-03-27 06:23:46 UTC) #3
r
seems good but let's get the test working http://codereview.appspot.com/774041/diff/7001/8003 File compiler/testdata/Makefile (right): http://codereview.appspot.com/774041/diff/7001/8003#newcode47 compiler/testdata/Makefile:47: diff ...
15 years, 4 months ago (2010-03-27 07:38:24 UTC) #4
giles
dsymonds@golang.org wrote: > On 2010/03/26 16:56:15, r wrote: > > is this flag standard? never ...
15 years, 4 months ago (2010-03-27 09:49:41 UTC) #5
dsymonds
Tests fixed. It turns out that the reflect.Type returned by reflect.Typeof differs depending on the ...
15 years, 4 months ago (2010-03-29 03:39:50 UTC) #6
rsc
> If I imported extension_base.pb as: > import base "extension_base.pb" // (A) > in the ...
15 years, 4 months ago (2010-03-29 04:13:40 UTC) #7
dsymonds
On Mon, Mar 29, 2010 at 3:13 PM, Russ Cox <rsc@golang.org> wrote: >> If I ...
15 years, 4 months ago (2010-03-29 05:20:30 UTC) #8
dsymonds
Furthermore, the docs do not imply that the import path matters (see http://golang.org/pkg/reflect/#Type). In the ...
15 years, 4 months ago (2010-03-29 05:24:15 UTC) #9
rsc
> that is modulo the import path. In the case here the programmer has no ...
15 years, 4 months ago (2010-03-29 05:28:31 UTC) #10
dsymonds
On Mon, Mar 29, 2010 at 4:28 PM, Russ Cox <rsc@golang.org> wrote: > I don't ...
15 years, 4 months ago (2010-03-29 05:44:23 UTC) #11
rsc
You keep saying duplicate. Yes they're duplicated, but that's the wrong mental model. They are ...
15 years, 4 months ago (2010-03-29 05:56:59 UTC) #12
dsymonds
On Mon, Mar 29, 2010 at 2:39 PM, David Symonds <dsymonds@golang.org> wrote: > Regardless, this ...
15 years, 4 months ago (2010-04-03 01:49:13 UTC) #13
r
LGTM
15 years, 4 months ago (2010-04-06 18:46:03 UTC) #14
dsymonds
15 years, 4 months ago (2010-04-06 23:25:36 UTC) #15
*** Submitted as f6abe0eed582 ***

Add extensions to the generator.

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

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