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

Issue 11889044: code review 11889044: goprotobuf: Present comments in .proto files in the gen... (Closed)

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

Description

goprotobuf: Present comments in .proto files in the generated .pb.go. This doesn't use every comment, but just the ones that I thought would be most useful to someone reading the generated code, namely those attached to these things: - messages - message fields - enums - enum values

Patch Set 1 #

Patch Set 2 : diff -r b2329caf408c https://code.google.com/p/goprotobuf #

Patch Set 3 : diff -r b2329caf408c https://code.google.com/p/goprotobuf #

Patch Set 4 : diff -r b2329caf408c https://code.google.com/p/goprotobuf #

Unified diffs Side-by-side diffs Delta from patch set Stats (+657 lines, -183 lines) Patch
M proto/testdata/test.pb.go View 1 11 chunks +119 lines, -93 lines 0 comments Download
M protoc-gen-go/descriptor/descriptor.pb.go View 1 23 chunks +345 lines, -66 lines 0 comments Download
M protoc-gen-go/generator/generator.go View 1 15 chunks +96 lines, -14 lines 0 comments Download
M protoc-gen-go/plugin/plugin.pb.go View 1 3 chunks +79 lines, -4 lines 0 comments Download
M protoc-gen-go/testdata/my_test/test.proto View 1 2 chunks +2 lines, -0 lines 0 comments Download
M protoc-gen-go/testdata/my_test/test.pb.go View 1 3 chunks +8 lines, -3 lines 0 comments Download
M protoc-gen-go/testdata/my_test/test.pb.go.golden View 1 3 chunks +8 lines, -3 lines 0 comments Download

Messages

Total messages: 3
dsymonds
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/goprotobuf
12 years, 2 months ago (2013-07-26 06:52:21 UTC) #1
r
LGTM
12 years, 2 months ago (2013-07-26 07:47:23 UTC) #2
dsymonds
12 years, 2 months ago (2013-07-26 09:20:26 UTC) #3
*** Submitted as
https://code.google.com/p/goprotobuf/source/detail?r=4daa80899462 ***

goprotobuf: Present comments in .proto files in the generated .pb.go.

This doesn't use every comment, but just the ones that I thought
would be most useful to someone reading the generated code, namely
those attached to these things:
        - messages
        - message fields
        - enums
        - enum values

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

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