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

Issue 4798042: code review 4798042: gob: send empty but non-nil maps. (Closed)

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

Description

gob: send empty but non-nil maps. Fixes issue 2082.

Patch Set 1 #

Total comments: 1

Patch Set 2 : diff -r c82f0abba1b3 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -21 lines) Patch
M src/pkg/gob/codec_test.go View 2 chunks +29 lines, -20 lines 0 comments Download
M src/pkg/gob/doc.go View 1 chunk +5 lines, -0 lines 0 comments Download
M src/pkg/gob/encode.go View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 6
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 9 months ago (2011-07-20 06:54:56 UTC) #1
dsymonds
Do you also need to do the same thing for slices?
12 years, 9 months ago (2011-07-20 07:05:17 UTC) #2
r2
On Jul 20, 2011, at 5:05 PM, David Symonds wrote: > Do you also need ...
12 years, 9 months ago (2011-07-20 07:24:54 UTC) #3
dsymonds
LGTM modulo doc fix http://codereview.appspot.com/4798042/diff/1/src/pkg/gob/doc.go File src/pkg/gob/doc.go (right): http://codereview.appspot.com/4798042/diff/1/src/pkg/gob/doc.go#newcode116 src/pkg/gob/doc.go:116: Maps are sent as an ...
12 years, 9 months ago (2011-07-20 07:32:01 UTC) #4
r2
man key good On Wednesday, July 20, 2011, <dsymonds@golang.org> wrote: > LGTM > > modulo ...
12 years, 9 months ago (2011-07-20 08:25:19 UTC) #5
r
12 years, 9 months ago (2011-07-21 00:27:21 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=ec21d1bbe91f ***

gob: send empty but non-nil maps.
Fixes issue 2082.

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

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