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

Issue 6348067: code review 6348067: encoding/gob: fix bug in Register (Closed)

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

Description

encoding/gob: fix bug in Register The old code added a star but did not indirect the reflect.Type.

Patch Set 1 #

Patch Set 2 : diff -r be7e338a8960 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/pkg/encoding/gob/type.go View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5
r
Hello bradfitz (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 10 months ago (2012-07-02 23:48:54 UTC) #1
bradfitz
LGTM On Mon, Jul 2, 2012 at 4:48 PM, <r@golang.org> wrote: > Reviewers: bradfitz, > ...
12 years, 10 months ago (2012-07-03 00:05:51 UTC) #2
r
*** Submitted as http://code.google.com/p/go/source/detail?r=c89f17a9ff4f *** encoding/gob: fix bug in Register The old code added a ...
12 years, 10 months ago (2012-07-03 17:05:29 UTC) #3
albert.strasheim
Does it make sense that this change could break compatibility between Go programs compiled before ...
12 years, 10 months ago (2012-07-05 13:19:56 UTC) #4
r
12 years, 10 months ago (2012-07-09 15:40:53 UTC) #5
Conceivable, yes, but only because the gob package was wrong and client
code was working around the bug. Send me details if you want me to
investigate.

-rob



On Thu, Jul 5, 2012 at 6:19 AM, <fullung@gmail.com> wrote:

> Does it make sense that this change could break compatibility between Go
> programs compiled before the change and ones compiled after the change?
>
> We seem to be seeing that in our system, but maybe something else is
> wrong.
>
> Cheers
>
> Albert
>
>
> On 2012/07/03 17:05:29, r wrote:
>
>> *** Submitted as
>>
>
http://code.google.com/p/go/**source/detail?r=c89f17a9ff4f<http://code.google...
>
>  encoding/gob: fix bug in Register
>> The old code added a star but did not indirect the reflect.Type.
>>
>
>  R=bradfitz
>> CC=golang-dev
>>
http://codereview.appspot.com/**6348067<http://codereview.appspot.com/6348067>
>>
>
>
http://codereview.appspot.com/**6348067/<http://codereview.appspot.com/6348067/>
>
Sign in to reply to this message.

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