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

Issue 115860043: code review 115860043: encoding/gob: remove unnecessary receivers (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 10 months ago by dvyukov
Modified:
10 years, 10 months ago
Reviewers:
r
CC:
golang-codereviews, r
Visibility:
Public.

Description

encoding/gob: remove unnecessary receivers Encoder compilation must be enc-independent, because the resulting program is reused across different encoders.

Patch Set 1 #

Patch Set 2 : diff -r 9562b65a3c51 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 3 : diff -r 9562b65a3c51 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 4 : diff -r 99630144d7fc https://dvyukov%40google.com@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -18 lines) Patch
M src/pkg/encoding/gob/encode.go View 1 11 chunks +17 lines, -18 lines 0 comments Download

Messages

Total messages: 3
dvyukov
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
10 years, 10 months ago (2014-07-16 16:28:05 UTC) #1
r
LGTM nice
10 years, 10 months ago (2014-07-17 20:35:30 UTC) #2
dvyukov
10 years, 10 months ago (2014-07-18 08:39:06 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=2d172468516f ***

encoding/gob: remove unnecessary receivers
Encoder compilation must be enc-independent,
because the resulting program is reused across
different encoders.

LGTM=r
R=golang-codereviews, r
CC=golang-codereviews
https://codereview.appspot.com/115860043
Sign in to reply to this message.

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