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

Issue 10409046: code review 10409046: goprotobuf: Use already-allocated nested messages if th... (Closed)

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

Description

goprotobuf: Use already-allocated nested messages if they exist. This maintains the semantics that unmarshaling the concatenation of two encoded messages is equivalent to merging those messages.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -6 lines) Patch
M proto/all_test.go View 1 1 chunk +43 lines, -0 lines 0 comments Download
M proto/decode.go View 1 2 chunks +13 lines, -6 lines 0 comments Download
M protoc-gen-go/generator/generator.go View 1 1 chunk +2 lines, -0 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, 5 months ago (2013-06-20 02:53:24 UTC) #1
r
LGTM
12 years, 5 months ago (2013-06-20 03:07:14 UTC) #2
dsymonds
12 years, 5 months ago (2013-06-20 03:22:23 UTC) #3
*** Submitted as
https://code.google.com/p/goprotobuf/source/detail?r=73e7588f6d4f ***

goprotobuf: Use already-allocated nested messages if they exist.

This maintains the semantics that unmarshaling the concatenation of two
encoded messages is equivalent to merging those messages.

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

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