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

Issue 6948043: code review 6948043: doc: add race detector manual (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 4 months ago by dvyukov
Modified:
11 years, 3 months ago
Reviewers:
CC:
minux1, fss, rsc, adg, adg1, golang-dev
Visibility:
Public.

Description

doc: add race detector manual

Patch Set 1 #

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

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

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

Total comments: 18

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

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

Total comments: 7

Patch Set 7 : diff -r 8ac6a466383d https://dvyukov%40google.com@code.google.com/p/go/ #

Total comments: 23

Patch Set 8 : diff -r 9d15015fc6e2 https://dvyukov%40google.com@code.google.com/p/go/ #

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

Patch Set 10 : diff -r 9d15015fc6e2 https://dvyukov%40google.com@code.google.com/p/go/ #

Total comments: 10

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

Total comments: 3

Patch Set 12 : diff -r 72648c5c21a1 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 13 : diff -r 72648c5c21a1 https://dvyukov%40google.com@code.google.com/p/go/ #

Total comments: 2

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

Patch Set 15 : diff -r 21096a13f14b https://dvyukov%40google.com@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+360 lines, -0 lines) Patch
A doc/articles/race_detector.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +353 lines, -0 lines 0 comments Download
M doc/docs.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M doc/go1.1.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 28
dvyukov
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
11 years, 4 months ago (2012-12-13 19:08:23 UTC) #1
minux1
https://codereview.appspot.com/6948043/diff/3/doc/articles/race_detector.html File doc/articles/race_detector.html (right): https://codereview.appspot.com/6948043/diff/3/doc/articles/race_detector.html#newcode6 doc/articles/race_detector.html:6: <h2 id="Introduction">Introduction</h2> if you don't need to quote a ...
11 years, 4 months ago (2012-12-13 19:29:49 UTC) #2
dvyukov
https://codereview.appspot.com/6948043/diff/3/doc/articles/race_detector.html File doc/articles/race_detector.html (right): https://codereview.appspot.com/6948043/diff/3/doc/articles/race_detector.html#newcode6 doc/articles/race_detector.html:6: <h2 id="Introduction">Introduction</h2> On 2012/12/13 19:29:50, minux wrote: > if ...
11 years, 4 months ago (2012-12-14 09:34:49 UTC) #3
dvyukov
Hello golang-dev@googlegroups.com, minux.ma@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 4 months ago (2012-12-14 09:35:34 UTC) #4
minux1
LGTM modulo the template issue below. please wait for others before submitting. https://codereview.appspot.com/6948043/diff/4/doc/articles/race_detector.html File doc/articles/race_detector.html ...
11 years, 4 months ago (2012-12-14 09:56:08 UTC) #5
fss
Some minor details. https://codereview.appspot.com/6948043/diff/4/doc/articles/race_detector.html File doc/articles/race_detector.html (right): https://codereview.appspot.com/6948043/diff/4/doc/articles/race_detector.html#newcode9 doc/articles/race_detector.html:9: Data races are one of the ...
11 years, 4 months ago (2012-12-14 12:16:05 UTC) #6
dvyukov
Done. Thanks! https://codereview.appspot.com/6948043/diff/4/doc/articles/race_detector.html File doc/articles/race_detector.html (right): https://codereview.appspot.com/6948043/diff/4/doc/articles/race_detector.html#newcode9 doc/articles/race_detector.html:9: Data races are one of the most ...
11 years, 4 months ago (2012-12-14 12:29:42 UTC) #7
fss
LGTM
11 years, 4 months ago (2012-12-15 14:57:00 UTC) #8
rsc
I tried to tighten much of the text. I am not 100% sure it belongs ...
11 years, 4 months ago (2012-12-17 01:10:41 UTC) #9
adg
On 2012/12/17 01:10:41, rsc wrote: > I tried to tighten much of the text. I ...
11 years, 4 months ago (2012-12-17 03:02:02 UTC) #10
adg
https://codereview.appspot.com/6948043/diff/3/doc/articles/race_detector.html File doc/articles/race_detector.html (right): https://codereview.appspot.com/6948043/diff/3/doc/articles/race_detector.html#newcode6 doc/articles/race_detector.html:6: <h2 id="Introduction">Introduction</h2> On 2012/12/13 19:29:50, minux wrote: > if ...
11 years, 4 months ago (2012-12-17 03:02:17 UTC) #11
dvyukov
On 2012/12/17 03:02:17, adg wrote: > https://codereview.appspot.com/6948043/diff/3/doc/articles/race_detector.html > File doc/articles/race_detector.html (right): > > https://codereview.appspot.com/6948043/diff/3/doc/articles/race_detector.html#newcode6 > ...
11 years, 4 months ago (2012-12-17 09:29:36 UTC) #12
dvyukov
All done. Thanks! On 2012/12/17 01:10:41, rsc wrote: > I tried to tighten much of ...
11 years, 4 months ago (2012-12-17 09:29:58 UTC) #13
dvyukov
Hello minux.ma@gmail.com, franciscossouza@gmail.com, rsc@golang.org, adg@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 4 months ago (2012-12-17 09:30:17 UTC) #14
adg
https://codereview.appspot.com/6948043/diff/14001/doc/articles/race_detector.html File doc/articles/race_detector.html (right): https://codereview.appspot.com/6948043/diff/14001/doc/articles/race_detector.html#newcode9 doc/articles/race_detector.html:9: Data races are one of the most common and ...
11 years, 4 months ago (2012-12-19 02:57:26 UTC) #15
dvyukov
Done. PTAL. https://codereview.appspot.com/6948043/diff/14001/doc/articles/race_detector.html File doc/articles/race_detector.html (right): https://codereview.appspot.com/6948043/diff/14001/doc/articles/race_detector.html#newcode99 doc/articles/race_detector.html:99: <li>log_path (default stderr): The race detector writes ...
11 years, 4 months ago (2012-12-19 06:42:31 UTC) #16
adg
Instead of worrying about all the escaping, it might be better to split the code ...
11 years, 4 months ago (2012-12-19 07:21:43 UTC) #17
adg1
You don't have to do it but it might end up nicer. :-) On 19 ...
11 years, 4 months ago (2012-12-19 07:22:04 UTC) #18
minux1
two more suggestions: 1. please document the race build tag maybe we also need to ...
11 years, 4 months ago (2012-12-20 10:25:44 UTC) #19
adg1
It's already documented in the go tool docs, I believe. $ go help build ...
11 years, 4 months ago (2012-12-20 20:24:06 UTC) #20
minux1
On Friday, December 21, 2012, Andrew Gerrand wrote: > It's already documented in the go ...
11 years, 4 months ago (2012-12-20 20:51:22 UTC) #21
dvyukov
On 2012/12/20 20:24:06, adg1 wrote: > It's already documented in the go tool docs, I ...
11 years, 4 months ago (2012-12-21 08:48:45 UTC) #22
dvyukov
On 2012/12/19 07:22:04, adg1 wrote: > You don't have to do it but it might ...
11 years, 4 months ago (2012-12-21 08:52:44 UTC) #23
dvyukov
PTAL I've mentioned race build tag and how it can be used. Renamed title "Race ...
11 years, 4 months ago (2012-12-21 09:21:07 UTC) #24
minux1
https://codereview.appspot.com/6948043/diff/32001/doc/articles/race_detector.html File doc/articles/race_detector.html (right): https://codereview.appspot.com/6948043/diff/32001/doc/articles/race_detector.html#newcode129 doc/articles/race_detector.html:129: // +build !race leave a blank line here or ...
11 years, 4 months ago (2012-12-21 18:26:13 UTC) #25
dvyukov
PTAL https://codereview.appspot.com/6948043/diff/32001/doc/articles/race_detector.html File doc/articles/race_detector.html (right): https://codereview.appspot.com/6948043/diff/32001/doc/articles/race_detector.html#newcode129 doc/articles/race_detector.html:129: // +build !race On 2012/12/21 18:26:14, minux wrote: ...
11 years, 4 months ago (2012-12-24 08:34:42 UTC) #26
adg
LGTM
11 years, 3 months ago (2013-01-02 04:22:00 UTC) #27
dvyukov
11 years, 3 months ago (2013-01-02 12:47:14 UTC) #28
*** Submitted as https://code.google.com/p/go/source/detail?r=f03e22ca5fea ***

doc: add race detector manual

R=minux.ma, franciscossouza, rsc, adg, adg
CC=golang-dev
https://codereview.appspot.com/6948043
Sign in to reply to this message.

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