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

Issue 6501064: code review 6501064: goprotobuf: Fix Marshal crash on typed nil. (Closed)

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

Description

goprotobuf: Fix Marshal crash on typed nil. Also a bunch of other trivial updates.

Patch Set 1 #

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

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

Total comments: 6

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

Patch Set 5 : diff -r a6ca21b8363f https://code.google.com/p/goprotobuf #

Patch Set 6 : diff -r a6ca21b8363f https://code.google.com/p/goprotobuf #

Patch Set 7 : diff -r a6ca21b8363f https://code.google.com/p/goprotobuf #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -24 lines) Patch
M proto/all_test.go View 1 1 chunk +8 lines, -0 lines 0 comments Download
M proto/clone_test.go View 1 2 chunks +1 line, -2 lines 0 comments Download
M proto/encode.go View 1 1 chunk +3 lines, -0 lines 0 comments Download
M proto/equal_test.go View 1 2 chunks +7 lines, -8 lines 0 comments Download
M proto/text.go View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M protoc-gen-go/descriptor/descriptor.pb.golden View 1 1 chunk +2 lines, -1 line 0 comments Download
M protoc-gen-go/generator/generator.go View 1 2 3 4 4 chunks +6 lines, -7 lines 0 comments Download
M protoc-gen-go/plugin/plugin.pb.golden View 1 1 chunk +2 lines, -1 line 0 comments Download
M protoc-gen-go/testdata/imp.pb.go.golden View 1 1 chunk +2 lines, -1 line 0 comments Download
M protoc-gen-go/testdata/my_test/test.pb.go View 1 1 chunk +2 lines, -1 line 0 comments Download
M protoc-gen-go/testdata/my_test/test.pb.go.golden View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 6
dsymonds
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/goprotobuf
13 years, 2 months ago (2012-08-30 02:44:12 UTC) #1
r
http://codereview.appspot.com/6501064/diff/4001/proto/clone.go File proto/clone.go (right): http://codereview.appspot.com/6501064/diff/4001/proto/clone.go#newcode41 proto/clone.go:41: "log" why is this reordered? http://codereview.appspot.com/6501064/diff/4001/proto/equal.go File proto/equal.go (right): ...
13 years, 2 months ago (2012-08-30 04:19:46 UTC) #2
dsymonds
http://codereview.appspot.com/6501064/diff/4001/proto/text.go File proto/text.go (right): http://codereview.appspot.com/6501064/diff/4001/proto/text.go#newcode95 proto/text.go:95: log.Printf("proto: textWriter unindented too far") On 2012/08/30 04:19:47, r ...
13 years, 2 months ago (2012-08-30 04:23:31 UTC) #3
dsymonds
Hello r@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 2 months ago (2012-08-30 05:11:55 UTC) #4
r
LGTM
13 years, 2 months ago (2012-08-30 05:12:53 UTC) #5
dsymonds
13 years, 2 months ago (2012-08-30 05:17:58 UTC) #6
*** Submitted as
http://code.google.com/p/goprotobuf/source/detail?r=6d035089ba19 ***

goprotobuf: Fix Marshal crash on typed nil.

Also a bunch of other trivial updates.

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

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