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

Issue 123580043: code review 123580043: sync: be more explicit in WaitGroup docs (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 8 months ago by adg
Modified:
9 years, 8 months ago
Reviewers:
r, gobot, dave, dvyukov
CC:
rsc, r, dvyukov, golang-codereviews
Visibility:
Public.

Description

sync: be more explicit in WaitGroup docs Fixes issue 8543.

Patch Set 1 #

Total comments: 2

Patch Set 2 : diff -r 19c11dcab77023d11728217e8d5cb5a53c19e0b6 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -4 lines) Patch
M src/pkg/sync/waitgroup.go View 1 1 chunk +7 lines, -4 lines 0 comments Download

Messages

Total messages: 8
adg
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
9 years, 8 months ago (2014-08-18 02:07:55 UTC) #1
dvyukov
LGTM content-wise, please wait for rsc/r for wording Some of the Add's (let's call them ...
9 years, 8 months ago (2014-08-18 11:43:42 UTC) #2
adg
R=rsc,r
9 years, 8 months ago (2014-08-20 07:23:59 UTC) #3
r
LGTM after tweaks https://codereview.appspot.com/123580043/diff/1/src/pkg/sync/waitgroup.go File src/pkg/sync/waitgroup.go (right): https://codereview.appspot.com/123580043/diff/1/src/pkg/sync/waitgroup.go#newcode42 src/pkg/sync/waitgroup.go:42: // positive delta that start when ...
9 years, 8 months ago (2014-08-20 14:11:47 UTC) #4
adg
*** Submitted as https://code.google.com/p/go/source/detail?r=0bb034265faf *** sync: be more explicit in WaitGroup docs Fixes issue 8543. ...
9 years, 8 months ago (2014-08-21 23:53:54 UTC) #5
gobot
This CL appears to have broken the darwin-386-cheney builder. See http://build.golang.org/log/85c06000c6b389f53940d528eb658a8e99826405
9 years, 8 months ago (2014-08-22 01:32:37 UTC) #6
dave_cheney.net
Looks like a bug in the test ok mime/multipart 0.351s --- FAIL: TestErrorNil (0.00s) net_test.go:230: ...
9 years, 8 months ago (2014-08-22 02:03:55 UTC) #7
rsc
9 years, 8 months ago (2014-08-22 14:52:35 UTC) #8
On Thu, Aug 21, 2014 at 10:03 PM, Dave Cheney <dave@cheney.net> wrote:

> Looks like a bug in the test
>
> ok mime/multipart 0.351s --- FAIL: TestErrorNil (0.00s) net_test.go:230:
> Dial 127.0.0.1:65535 succeeded FAIL FAIL net 2.460s ok net/http
>
> Isn't port 65535 magic in a similar way to port 0 ?
>

Not that I know of. Either way, it's the operating system that gave us that
port.

Russ
Sign in to reply to this message.

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