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

Issue 1722046: code review 1722046: rpc: allow non-struct args and reply (they must still b... (Closed)

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

Description

rpc: allow non-struct args and reply (they must still be pointers)

Patch Set 1 #

Patch Set 2 : code review 1722046: rpc: allow non-struct args and reply (they must still b... #

Patch Set 3 : code review 1722046: rpc: allow non-struct args and reply (they must still b... #

Total comments: 1

Patch Set 4 : code review 1722046: rpc: allow non-struct args and reply (they must still b... #

Total comments: 1

Patch Set 5 : code review 1722046: rpc: allow non-struct args and reply (they must still b... #

Total comments: 1

Patch Set 6 : code review 1722046: rpc: allow non-struct args and reply (they must still b... #

Patch Set 7 : code review 1722046: rpc: allow non-struct args and reply (they must still b... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -41 lines) Patch
M src/pkg/rpc/server.go View 1 2 3 4 5 7 chunks +19 lines, -26 lines 0 comments Download
M src/pkg/rpc/server_test.go View 4 chunks +56 lines, -15 lines 0 comments Download

Messages

Total messages: 10
r
Hello golang-dev@googlegroups.com, I'd like you to review this change.
15 years, 4 months ago (2010-06-25 22:15:14 UTC) #1
r
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
15 years, 4 months ago (2010-06-25 22:16:01 UTC) #2
rsc1
LGTM http://codereview.appspot.com/1722046/diff/7001/4 File src/pkg/rpc/server.go (left): http://codereview.appspot.com/1722046/diff/7001/4#oldcode49 src/pkg/rpc/server.go:49: type Reply struct { Keep type Reply; use ...
15 years, 4 months ago (2010-06-28 20:07:28 UTC) #3
r
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
15 years, 4 months ago (2010-06-28 21:16:26 UTC) #4
rsc1
http://codereview.appspot.com/1722046/diff/10001/11001 File src/pkg/rpc/server.go (right): http://codereview.appspot.com/1722046/diff/10001/11001#newcode179 src/pkg/rpc/server.go:179: // Is this a publicly visible type? Also used ...
15 years, 4 months ago (2010-06-28 21:24:02 UTC) #5
r
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
15 years, 4 months ago (2010-06-28 21:41:10 UTC) #6
rsc1
http://codereview.appspot.com/1722046/diff/16001/17001 File src/pkg/rpc/server.go (right): http://codereview.appspot.com/1722046/diff/16001/17001#newcode179 src/pkg/rpc/server.go:179: // Is this a publicly visible type? still need ...
15 years, 4 months ago (2010-06-28 22:54:41 UTC) #7
r
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
15 years, 4 months ago (2010-06-28 22:58:59 UTC) #8
rsc1
LGTM
15 years, 4 months ago (2010-06-28 23:05:08 UTC) #9
r
15 years, 4 months ago (2010-06-28 23:05:56 UTC) #10
*** Submitted as http://code.google.com/p/go/source/detail?r=17587f9bc72b ***

rpc: allow non-struct args and reply (they must still be pointers)

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

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