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

Issue 5653055: code review 5653055: os,syscall: fix windows build (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 3 months ago by bradfitz
Modified:
13 years, 3 months ago
Reviewers:
CC:
golang-dev, mattn, brainman, rsc1
Visibility:
Public.

Description

os,syscall: fix windows build make syscall.ProcAttr.Files be []uintptr all.bash passes on Linux. things seem to compile on GOOS={darwin,windows}

Patch Set 1 #

Patch Set 2 : diff -r 4a1b2d0d8450 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 4a1b2d0d8450 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 4a1b2d0d8450 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 3ec5c69a7f86 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -15 lines) Patch
M src/pkg/net/sendfile_windows.go View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/exec/exec_test.go View 1 2 3 4 2 chunks +2 lines, -3 lines 0 comments Download
M src/pkg/os/exec_posix.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/os/file_windows.go View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/syscall/exec_bsd.go View 1 1 chunk +4 lines, -2 lines 0 comments Download
M src/pkg/syscall/exec_linux.go View 1 1 chunk +4 lines, -1 line 0 comments Download
M src/pkg/syscall/exec_unix.go View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/pkg/syscall/exec_windows.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10
bradfitz
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 3 months ago (2012-02-10 06:30:40 UTC) #1
bradfitz
I have to leave for dinner in a few minutes here, so feel free to ...
13 years, 3 months ago (2012-02-10 06:33:30 UTC) #2
mattn
LGTM On 2012/02/10 06:33:30, bradfitz wrote: > I have to leave for dinner in a ...
13 years, 3 months ago (2012-02-10 06:43:16 UTC) #3
brainman
It still fails to build. Now in net: ... # net pkg\net\sendfile_windows.go:59: cannot use f.Fd() ...
13 years, 3 months ago (2012-02-10 06:51:25 UTC) #4
bradfitz
Hello golang-dev@googlegroups.com, mattn.jp@gmail.com, alex.brainman@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 3 months ago (2012-02-10 06:57:00 UTC) #5
bradfitz
Fixed sendfile_windows.go now. Now it builds with: $ GOOS=windows go build os syscall net $ ...
13 years, 3 months ago (2012-02-10 06:58:31 UTC) #6
mattn
please include change of net/sendfile_windows.go diff -r caf7dca9d711 src/pkg/net/sendfile_windows.go --- a/src/pkg/net/sendfile_windows.go Fri Feb 10 18:49:19 ...
13 years, 3 months ago (2012-02-10 07:54:04 UTC) #7
brainman
On 2012/02/10 06:58:31, bradfitz wrote: > Fixed sendfile_windows.go now. > > Now it builds with: ...
13 years, 3 months ago (2012-02-10 08:29:18 UTC) #8
rsc1
LGTM Seems fine. I'm not too worried about syscall.
13 years, 3 months ago (2012-02-10 21:06:27 UTC) #9
bradfitz
13 years, 3 months ago (2012-02-10 21:47:28 UTC) #10
*** Submitted as http://code.google.com/p/go/source/detail?r=707cc1968634 ***

os,syscall: fix windows build

make syscall.ProcAttr.Files be []uintptr

all.bash passes on Linux.
things seem to compile on GOOS={darwin,windows}

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

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