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

Issue 4643050: code review 4643050: goprotobuf: sync from Google internal version. (Closed)

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

Description

goprotobuf: sync from Google internal version. Interesting changes: - String method on protocol buffer message types that renders the message in compact text format. - Extension text formatting.

Patch Set 1 #

Patch Set 2 : diff -r a5a2c44177cd https://goprotobuf.googlecode.com/hg #

Patch Set 3 : diff -r a5a2c44177cd https://goprotobuf.googlecode.com/hg #

Patch Set 4 : diff -r a5a2c44177cd https://goprotobuf.googlecode.com/hg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+302 lines, -195 lines) Patch
M compiler/generator/generator.go View 1 9 chunks +33 lines, -16 lines 0 comments Download
M compiler/testdata/Makefile View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M compiler/testdata/test.pb.go.golden View 1 2 3 9 chunks +75 lines, -77 lines 0 comments Download
M proto/all_test.go View 1 1 chunk +7 lines, -0 lines 0 comments Download
M proto/encode.go View 1 3 chunks +3 lines, -15 lines 0 comments Download
M proto/extensions.go View 1 3 chunks +21 lines, -0 lines 0 comments Download
M proto/testdata/test.proto View 1 1 chunk +10 lines, -0 lines 0 comments Download
M proto/testdata/test.pb.go View 1 2 3 11 chunks +63 lines, -47 lines 0 comments Download
M proto/text.go View 1 9 chunks +77 lines, -37 lines 0 comments Download
M proto/text_test.go View 1 4 chunks +12 lines, -2 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://goprotobuf.googlecode.com/hg
14 years, 4 months ago (2011-06-21 13:22:39 UTC) #1
r
LGTM
14 years, 4 months ago (2011-06-22 01:24:12 UTC) #2
dsymonds
14 years, 4 months ago (2011-06-22 02:53:00 UTC) #3
*** Submitted as
http://code.google.com/p/goprotobuf/source/detail?r=097a1c90eb4b ***

goprotobuf: sync from Google internal version.

Interesting changes:
  - String method on protocol buffer message types
    that renders the message in compact text format.
  - Extension text formatting.

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

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