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

Issue 5688046: code review 5688046: os: drop the Wait function and the options to Process.Wait (Closed)

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

Description

os: drop the Wait function and the options to Process.Wait They are portability problems and the options are almost always zero in practice anyway.

Patch Set 1 #

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

Patch Set 3 : diff -r c76997f376a5 https://code.google.com/p/go #

Patch Set 4 : diff -r c76997f376a5 https://code.google.com/p/go #

Total comments: 3

Patch Set 5 : diff -r c76997f376a5 https://code.google.com/p/go #

Patch Set 6 : diff -r c76997f376a5 https://code.google.com/p/go #

Patch Set 7 : diff -r 8ce97b044cfa https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -67 lines) Patch
M doc/go1.html View 1 2 3 4 5 6 3 chunks +14 lines, -3 lines 0 comments Download
M doc/go1.tmpl View 1 2 3 4 5 6 3 chunks +14 lines, -3 lines 0 comments Download
M src/cmd/cgo/util.go View 1 chunk +1 line, -1 line 0 comments Download
A src/cmd/fix/oswait.go View 1 2 3 4 5 1 chunk +56 lines, -0 lines 0 comments Download
A src/cmd/fix/oswait_test.go View 1 chunk +41 lines, -0 lines 0 comments Download
M src/cmd/godoc/main.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/exec/exec.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/exec_plan9.go View 1 2 3 2 chunks +2 lines, -17 lines 0 comments Download
M src/pkg/os/exec_posix.go View 1 2 3 1 chunk +0 lines, -14 lines 0 comments Download
M src/pkg/os/exec_unix.go View 1 chunk +4 lines, -24 lines 0 comments Download
M src/pkg/os/exec_windows.go View 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/os_test.go View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
13 years ago (2012-02-20 04:02:50 UTC) #1
dsymonds
LGTM
13 years ago (2012-02-20 04:08:58 UTC) #2
r2
to make the Wait story more consistent, i've also deleted the Wait function. you must ...
13 years ago (2012-02-20 04:20:47 UTC) #3
dsymonds
LGTM http://codereview.appspot.com/5688046/diff/26/doc/go1.html File doc/go1.html (right): http://codereview.appspot.com/5688046/diff/26/doc/go1.html#newcode1468 doc/go1.html:1468: Also, the function <code>Wait</code> is gone, only the ...
13 years ago (2012-02-20 04:24:26 UTC) #4
bradfitz
LGTM http://codereview.appspot.com/5688046/diff/26/doc/go1.tmpl File doc/go1.tmpl (right): http://codereview.appspot.com/5688046/diff/26/doc/go1.tmpl#newcode1368 doc/go1.tmpl:1368: The <a href="/pkg/os/#Wait"><code>Wait</code></a> function has s/function/method/ ? http://codereview.appspot.com/5688046/diff/26/src/cmd/fix/oswait.go ...
13 years ago (2012-02-20 04:26:13 UTC) #5
r
Hello golang-dev@googlegroups.com, dsymonds@golang.org, r@google.com, bradfitz@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years ago (2012-02-20 04:31:01 UTC) #6
r
13 years ago (2012-02-20 04:36:13 UTC) #7
*** Submitted as 2a74f9121ce0 ***

os: drop the Wait function and the options to Process.Wait
They are portability problems and the options are almost always zero in practice
anyway.

R=golang-dev, dsymonds, r, bradfitz
CC=golang-dev
http://codereview.appspot.com/5688046
Sign in to reply to this message.

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