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

Issue 970046: code review 970046: goprotobuf: make the generator a package, with the main (Closed)

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

Description

goprotobuf: make the generator a package, with the main program a separate file. also introduce the hooks for a plugin (really a plugin for this plugin) to enable add-on generators for things like RPC.

Patch Set 1 #

Patch Set 2 : code review 970046: goprotobuf: make the generator a package, with the main #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1085 lines, -944 lines) Patch
M compiler/Makefile View 1 chunk +1 line, -1 line 0 comments Download
M compiler/descriptor/Makefile View 1 chunk +2 lines, -0 lines 0 comments Download
A compiler/generator/Makefile View 1 1 chunk +40 lines, -0 lines 0 comments Download
A compiler/generator/generator.go View 1 1 chunk +1030 lines, -0 lines 0 comments Download
M compiler/main.go View 2 chunks +10 lines, -943 lines 0 comments Download
M compiler/plugin/Makefile View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 3
r
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 3 months ago (2010-04-30 20:27:01 UTC) #1
rsc1
LGTM
15 years, 3 months ago (2010-04-30 21:55:55 UTC) #2
r
15 years, 3 months ago (2010-04-30 22:19:29 UTC) #3
*** Submitted as
http://code.google.com/p/goprotobuf/source/detail?r=39b0931353f8 ***

goprotobuf: make the generator a package, with the main
program a separate file.  also introduce the hooks for a plugin
(really a plugin for this plugin) to enable add-on generators for
things like RPC.

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

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