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

Issue 4312053: code review 4312053: runtime: always set *received in chanrecv. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 1 month ago by iant
Modified:
13 years, 1 month ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

runtime: always set *received in chanrecv. Also fix comment. The only caller of chanrecv initializes the value to false, so this patch makes no difference at present. But it seems like the right thing to do.

Patch Set 1 #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M src/pkg/runtime/chan.c View 3 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 3
iant
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 1 month ago (2011-03-25 15:17:46 UTC) #1
rsc
LGTM
13 years, 1 month ago (2011-03-25 16:10:48 UTC) #2
iant
13 years, 1 month ago (2011-03-25 17:36:24 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=5fe7120df18a ***

runtime: always set *received in chanrecv.

Also fix comment.

The only caller of chanrecv initializes the value to false, so
this patch makes no difference at present.  But it seems like
the right thing to do.

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

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