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

Issue 5487073: code review 5487073: os: make compatible with go/build (Closed)

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

Description

os: make compatible with go/build It is probably a mistake to have these here at all - os is supposed to be portable - but this only fixes the build issue.

Patch Set 1 #

Patch Set 2 : diff -r 21595dc0395a https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 21595dc0395a https://go.googlecode.com/hg/ #

Total comments: 1

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

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

Total comments: 3

Patch Set 6 : diff -r afacebec457e https://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 7 : diff -r 533d76fb35b1 https://go.googlecode.com/hg/ #

Patch Set 8 : diff -r 5ec032f55cff https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+538 lines, -16 lines) Patch
M src/pkg/os/Makefile View 1 7 chunks +6 lines, -14 lines 0 comments Download
A src/pkg/os/mksignals.sh View 1 2 3 4 5 6 1 chunk +22 lines, -0 lines 0 comments Download
M src/pkg/os/mkunixsignals.sh View 1 2 3 4 5 6 1 chunk +5 lines, -2 lines 0 comments Download
A src/pkg/os/zsignal_darwin_386.go View 1 2 3 4 5 6 1 chunk +48 lines, -0 lines 0 comments Download
A src/pkg/os/zsignal_darwin_amd64.go View 1 2 3 4 5 6 1 chunk +48 lines, -0 lines 0 comments Download
A src/pkg/os/zsignal_freebsd_386.go View 1 2 3 4 5 6 1 chunk +50 lines, -0 lines 0 comments Download
A src/pkg/os/zsignal_freebsd_amd64.go View 1 2 3 4 5 6 1 chunk +50 lines, -0 lines 0 comments Download
A src/pkg/os/zsignal_linux_386.go View 1 2 3 4 5 6 1 chunk +51 lines, -0 lines 0 comments Download
A src/pkg/os/zsignal_linux_amd64.go View 1 2 3 4 5 6 1 chunk +51 lines, -0 lines 0 comments Download
A src/pkg/os/zsignal_linux_arm.go View 1 2 3 4 5 6 1 chunk +51 lines, -0 lines 0 comments Download
A src/pkg/os/zsignal_openbsd_386.go View 1 2 3 4 5 6 1 chunk +49 lines, -0 lines 0 comments Download
A src/pkg/os/zsignal_openbsd_amd64.go View 1 2 3 4 5 6 1 chunk +49 lines, -0 lines 0 comments Download
A src/pkg/os/zsignal_windows_386.go View 1 2 3 4 5 6 1 chunk +29 lines, -0 lines 0 comments Download
A src/pkg/os/zsignal_windows_amd64.go View 1 2 3 4 5 6 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 16
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 3 months ago (2011-12-14 05:09:20 UTC) #1
r2
you're not explaining the problem you're trying to fix here, and i can't decode it ...
13 years, 3 months ago (2011-12-14 05:11:48 UTC) #2
rsc
On Wed, Dec 14, 2011 at 00:11, Rob 'Commander' Pike <r@google.com> wrote: > you're not ...
13 years, 3 months ago (2011-12-14 05:28:53 UTC) #3
r
http://codereview.appspot.com/5487073/diff/3/src/pkg/os/Makefile File src/pkg/os/Makefile (left): http://codereview.appspot.com/5487073/diff/3/src/pkg/os/Makefile#oldcode105 src/pkg/os/Makefile:105: ./mkunixsignals.sh $< > $@ || rm -f $@ shouldn't ...
13 years, 3 months ago (2011-12-14 06:22:43 UTC) #4
rsc
Hello golang-dev@googlegroups.com, r@google.com, r@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 3 months ago (2011-12-14 15:29:31 UTC) #5
r
http://codereview.appspot.com/5487073/diff/2005/src/pkg/os/zsignal_darwin_386.go File src/pkg/os/zsignal_darwin_386.go (right): http://codereview.appspot.com/5487073/diff/2005/src/pkg/os/zsignal_darwin_386.go#newcode1 src/pkg/os/zsignal_darwin_386.go:1: // ./mksignals.sh this looks wrong. http://codereview.appspot.com/5487073/diff/2005/src/pkg/os/zsignal_darwin_386.go#newcode2 src/pkg/os/zsignal_darwin_386.go:2: // ran ...
13 years, 3 months ago (2011-12-14 15:49:12 UTC) #6
iant
http://codereview.appspot.com/5487073/diff/2005/src/pkg/os/mksignals.sh File src/pkg/os/mksignals.sh (right): http://codereview.appspot.com/5487073/diff/2005/src/pkg/os/mksignals.sh#newcode9 src/pkg/os/mksignals.sh:9: openbsd_386 \ netbsd? freebsd?
13 years, 3 months ago (2011-12-14 16:00:17 UTC) #7
rsc
PTAL freebsd added. netbsd doesn't run because the syscall files aren't there yet.
13 years, 3 months ago (2011-12-14 16:02:00 UTC) #8
rsc
ping
13 years, 3 months ago (2011-12-15 16:16:56 UTC) #9
r2
On Dec 15, 2011, at 8:16 AM, Russ Cox wrote: > ping i commented yesterday ...
13 years, 3 months ago (2011-12-15 16:18:35 UTC) #10
rsc
On Wed, Dec 14, 2011 at 10:49, <r@golang.org> wrote: > http://codereview.appspot.com/5487073/diff/2005/src/pkg/os/zsignal_darwin_386.go#newcode1 > src/pkg/os/zsignal_darwin_386.go:1: // ./mksignals.sh ...
13 years, 3 months ago (2011-12-15 16:24:30 UTC) #11
rsc
On Thu, Dec 15, 2011 at 11:18, Rob 'Commander' Pike <r@google.com> wrote: > i commented ...
13 years, 3 months ago (2011-12-15 16:24:41 UTC) #12
r
http://codereview.appspot.com/5487073/diff/7002/src/pkg/os/zsignal_freebsd_386.go File src/pkg/os/zsignal_freebsd_386.go (right): http://codereview.appspot.com/5487073/diff/7002/src/pkg/os/zsignal_freebsd_386.go#newcode3 src/pkg/os/zsignal_freebsd_386.go:3: // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT ...
13 years, 3 months ago (2011-12-15 17:14:52 UTC) #13
rsc
PTAL
13 years, 3 months ago (2011-12-15 17:17:42 UTC) #14
r
LGTM much clearer
13 years, 3 months ago (2011-12-15 17:23:12 UTC) #15
rsc
13 years, 3 months ago (2011-12-15 17:33:39 UTC) #16
*** Submitted as http://code.google.com/p/go/source/detail?r=18249c316fad ***

os: make compatible with go/build

It is probably a mistake to have these here at all -
os is supposed to be portable - but this only fixes
the build issue.

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

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