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

Issue 5909043: code review 5909043: syscall: support Getpid() on Windows (Closed)

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

Description

syscall: support Getpid() on Windows Fixes issue 3379.

Patch Set 1 #

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

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

Total comments: 1

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

Total comments: 1

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -2 lines) Patch
M src/pkg/syscall/syscall_windows.go View 1 2 3 4 5 2 chunks +3 lines, -2 lines 0 comments Download
M src/pkg/syscall/zsyscall_windows_386.go View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download
M src/pkg/syscall/zsyscall_windows_amd64.go View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 11
minux1
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
12 years, 1 month ago (2012-03-24 09:52:19 UTC) #1
brainman
LGTM I think we should submit it now, because it is broken anyway. But leaving ...
12 years, 1 month ago (2012-03-25 09:01:27 UTC) #2
minux1
PTAL. On 2012/03/25 09:01:27, brainman wrote: > I think we should submit it now, because ...
12 years, 1 month ago (2012-03-25 15:28:44 UTC) #3
brainman
SLGTM But, please, wait for others. Alex http://codereview.appspot.com/5909043/diff/4/src/pkg/syscall/syscall_windows.go File src/pkg/syscall/syscall_windows.go (right): http://codereview.appspot.com/5909043/diff/4/src/pkg/syscall/syscall_windows.go#newcode201 src/pkg/syscall/syscall_windows.go:201: //sys GetCurrentProcessId() ...
12 years, 1 month ago (2012-03-25 22:28:12 UTC) #4
minux1
PTAL. On 2012/03/25 22:28:12, brainman wrote: http://codereview.appspot.com/5909043/diff/4/src/pkg/syscall/syscall_windows.go#newcode201 > src/pkg/syscall/syscall_windows.go:201: //sys GetCurrentProcessId() (pid uint) = > ...
12 years, 1 month ago (2012-03-26 01:42:06 UTC) #5
brainman
LGTM I am stuttering :-) Alex
12 years, 1 month ago (2012-03-26 02:18:49 UTC) #6
rsc
Thanks, but after Go 1 please.
12 years, 1 month ago (2012-03-26 12:58:20 UTC) #7
minux1
ping?
12 years ago (2012-04-10 07:08:19 UTC) #8
bradfitz
LGTM but I think this will break all.bash. We'll need to update the policy in ...
12 years ago (2012-04-10 12:26:28 UTC) #9
minux1
On 2012/04/10 12:26:28, bradfitz wrote: > We'll need to update the policy in the cmd/api ...
12 years ago (2012-04-10 13:11:02 UTC) #10
minux1
12 years ago (2012-04-10 14:34:45 UTC) #11
*** Submitted as http://code.google.com/p/go/source/detail?r=6436d0889d29 ***

syscall: support Getpid() on Windows
        Fixes issue 3379.

R=golang-dev, alex.brainman, rsc, bradfitz
CC=golang-dev
http://codereview.appspot.com/5909043
Sign in to reply to this message.

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