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

Issue 4428064: code review 4428064: rpc: allow the argument (first arg of method) to be a v... (Closed)

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

Description

rpc: allow the argument (first arg of method) to be a value rather than a pointer. Can make the API nicer in some cases.

Patch Set 1 #

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

Patch Set 3 : diff -r dadf923ada94 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r dadf923ada94 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 3211aa1f1e32 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -27 lines) Patch
M src/pkg/rpc/server.go View 1 2 3 5 chunks +32 lines, -13 lines 0 comments Download
M src/pkg/rpc/server_test.go View 5 chunks +7 lines, -14 lines 0 comments Download

Messages

Total messages: 5
r
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 11 months ago (2011-04-26 00:35:43 UTC) #1
rsc
LGTM That's a stunningly bad shortening of the subject by Rietveld. (allow the argument to ...
13 years, 11 months ago (2011-04-26 03:18:19 UTC) #2
rog
Why not allow an RPC method to actually return a value rather than passing in ...
13 years, 11 months ago (2011-04-26 09:37:15 UTC) #3
r2
On Apr 26, 2011, at 2:37 AM, roger peppe wrote: > Why not allow an ...
13 years, 11 months ago (2011-04-26 15:30:09 UTC) #4
r
13 years, 11 months ago (2011-04-26 22:07:28 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=574ea59129da ***

rpc: allow the argument (first arg of method) to be a value rather than a
pointer.
Can make the API nicer in some cases.

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

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