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

Issue 101980047: code review 101980047: doc: fix happens-before rules for buffered channels (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 11 months ago by dvyukov
Modified:
9 years, 11 months ago
Reviewers:
r, kortschak, rsc
CC:
golang-codereviews, 0xjnml, kortschak, r, rsc
Visibility:
Public.

Description

doc: fix happens-before rules for buffered channels The current wording is reversed in 2 places. Not sure how it got 4 LGTMs (mine was there as well). Update issue 6242.

Patch Set 1 #

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

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

Total comments: 2

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

Total comments: 10

Patch Set 5 : diff -r ccf7893cc2f0 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 6 : diff -r ccf7893cc2f0 https://dvyukov%40google.com@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
M doc/go_mem.html View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 16
dvyukov
Hello golang-codereviews@googlegroups.com (cc: r@golang.org, rsc@golang.org), I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
9 years, 11 months ago (2014-05-31 08:47:56 UTC) #1
0xjnml
https://codereview.appspot.com/101980047/diff/40001/doc/go_mem.html File doc/go_mem.html (right): https://codereview.appspot.com/101980047/diff/40001/doc/go_mem.html#newcode278 doc/go_mem.html:278: The <i>k</i>th receive on a channel with capacity <i>C</i> ...
9 years, 11 months ago (2014-05-31 09:01:57 UTC) #2
kortschak
LGTM (with trepidation and apologies for the previous). https://codereview.appspot.com/101980047/diff/40001/doc/go_mem.html File doc/go_mem.html (right): https://codereview.appspot.com/101980047/diff/40001/doc/go_mem.html#newcode278 doc/go_mem.html:278: The ...
9 years, 11 months ago (2014-05-31 09:54:08 UTC) #3
dvyukov
bumped doc version date in patch set 4
9 years, 11 months ago (2014-05-31 10:31:14 UTC) #4
r
LGTM i think. the saga continues. wait for rsc.
9 years, 11 months ago (2014-05-31 16:32:37 UTC) #5
dvyukov
On 2014/05/31 16:32:37, r wrote: > LGTM i think. the saga continues. wait for rsc. ...
9 years, 11 months ago (2014-06-03 08:36:43 UTC) #6
rsc
https://codereview.appspot.com/101980047/diff/60001/doc/go_mem.html File doc/go_mem.html (right): https://codereview.appspot.com/101980047/diff/60001/doc/go_mem.html#newcode284 doc/go_mem.html:284: the number of free items in the channel buffer ...
9 years, 11 months ago (2014-06-03 15:35:23 UTC) #7
dvyukov
https://codereview.appspot.com/101980047/diff/60001/doc/go_mem.html File doc/go_mem.html (right): https://codereview.appspot.com/101980047/diff/60001/doc/go_mem.html#newcode284 doc/go_mem.html:284: the number of free items in the channel buffer ...
9 years, 11 months ago (2014-06-03 16:06:51 UTC) #8
r
For an idea I have been told repeatedly is so much easier to understand that ...
9 years, 11 months ago (2014-06-03 16:14:43 UTC) #9
rsc
https://codereview.appspot.com/101980047/diff/60001/doc/go_mem.html File doc/go_mem.html (right): https://codereview.appspot.com/101980047/diff/60001/doc/go_mem.html#newcode284 doc/go_mem.html:284: the number of free items in the channel buffer ...
9 years, 11 months ago (2014-06-03 16:15:44 UTC) #10
rsc
https://codereview.appspot.com/101980047/diff/60001/doc/go_mem.html File doc/go_mem.html (right): https://codereview.appspot.com/101980047/diff/60001/doc/go_mem.html#newcode278 doc/go_mem.html:278: The <i>k</i>th receive on a channel with capacity <i>C</i> ...
9 years, 11 months ago (2014-06-03 16:17:45 UTC) #11
dvyukov
https://codereview.appspot.com/101980047/diff/60001/doc/go_mem.html File doc/go_mem.html (right): https://codereview.appspot.com/101980047/diff/60001/doc/go_mem.html#newcode278 doc/go_mem.html:278: The <i>k</i>th receive on a channel with capacity <i>C</i> ...
9 years, 11 months ago (2014-06-04 08:54:32 UTC) #12
rsc
https://codereview.appspot.com/101980047/diff/60001/doc/go_mem.html File doc/go_mem.html (right): https://codereview.appspot.com/101980047/diff/60001/doc/go_mem.html#newcode278 doc/go_mem.html:278: The <i>k</i>th receive on a channel with capacity <i>C</i> ...
9 years, 11 months ago (2014-06-05 16:39:00 UTC) #13
dvyukov
Done PTAL
9 years, 11 months ago (2014-06-05 16:51:53 UTC) #14
rsc
LGTM
9 years, 11 months ago (2014-06-05 16:58:13 UTC) #15
dvyukov
9 years, 11 months ago (2014-06-05 17:08:33 UTC) #16
*** Submitted as https://code.google.com/p/go/source/detail?r=12c9a9ff50d8 ***

doc: fix happens-before rules for buffered channels
The current wording is reversed in 2 places.
Not sure how it got 4 LGTMs (mine was there as well).
Update issue 6242.

LGTM=dan.kortschak, r, rsc
R=golang-codereviews, 0xjnml, dan.kortschak, r, rsc
CC=golang-codereviews
https://codereview.appspot.com/101980047
Sign in to reply to this message.

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