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

Issue 5608059: code review 5608059: build: dist-based build for Plan 9 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 2 months ago by ality
Modified:
12 years, 11 months ago
Reviewers:
CC:
rsc, iant, iant2, akumar, golang-dev
Visibility:
Public.

Description

build: dist-based build for Plan 9

Patch Set 1 #

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

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

Total comments: 5

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

Total comments: 10

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

Total comments: 26

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

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

Total comments: 1

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

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

Patch Set 10 : diff -r 14c38c23c819 https://code.google.com/p/go/ #

Total comments: 2

Patch Set 11 : diff -r cb5c48bccd5a https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+998 lines, -32 lines) Patch
A src/all.rc View 1 2 3 4 5 6 7 8 1 chunk +13 lines, -0 lines 0 comments Download
A src/clean.rc View 1 2 3 4 5 6 7 8 1 chunk +14 lines, -0 lines 0 comments Download
M src/cmd/dist/a.h View 1 2 3 4 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M src/cmd/dist/arg.h View 1 2 3 4 2 chunks +1 line, -2 lines 0 comments Download
M src/cmd/dist/build.c View 1 2 3 4 5 6 7 8 13 chunks +83 lines, -25 lines 0 comments Download
M src/cmd/dist/buildgc.c View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M src/cmd/dist/buildruntime.c View 1 2 3 4 4 chunks +6 lines, -1 line 0 comments Download
M src/cmd/dist/goc2c.c View 1 2 3 4 5 2 chunks +4 lines, -3 lines 0 comments Download
A src/cmd/dist/plan9.c View 1 2 3 4 5 6 7 8 1 chunk +734 lines, -0 lines 0 comments Download
A src/make.rc View 1 2 3 4 5 6 7 8 1 chunk +91 lines, -0 lines 0 comments Download
A src/run.rc View 1 2 3 4 5 6 7 8 1 chunk +50 lines, -0 lines 0 comments Download

Messages

Total messages: 17
ality
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
13 years, 2 months ago (2012-02-04 03:42:04 UTC) #1
iant
FYI http://codereview.appspot.com/5608059/diff/3/src/cmd/dist/a.h File src/cmd/dist/a.h (right): http://codereview.appspot.com/5608059/diff/3/src/cmd/dist/a.h#newcode13 src/cmd/dist/a.h:13: #define USED(x) if(x){}else{} A better way to cleanly ...
13 years, 2 months ago (2012-02-04 04:17:59 UTC) #2
rsc
I don't think you need pcc for this anymore. You should be able to write ...
13 years, 2 months ago (2012-02-04 04:41:12 UTC) #3
ality
PTAL. I've changed to use native Plan 9 libraries instead of APE. Thanks for the ...
13 years, 2 months ago (2012-02-04 06:38:22 UTC) #4
rsc
I didn't review the scripts yet; I am focusing on the C code. If you ...
13 years, 2 months ago (2012-02-04 06:52:56 UTC) #5
ality
PTAL https://codereview.appspot.com/5608059/diff/3019/src/cmd/dist/a.h File src/cmd/dist/a.h (right): https://codereview.appspot.com/5608059/diff/3019/src/cmd/dist/a.h#newcode11 src/cmd/dist/a.h:11: #ifdef PLAN9 On 2012/02/04 06:52:56, rsc wrote: > ...
13 years, 2 months ago (2012-02-04 07:23:13 UTC) #6
rsc
Getting there. https://codereview.appspot.com/5608059/diff/5022/src/cmd/dist/goc2c.c File src/cmd/dist/goc2c.c (right): https://codereview.appspot.com/5608059/diff/5022/src/cmd/dist/goc2c.c#newcode573 src/cmd/dist/goc2c.c:573: if (rets != nil) { Please revert ...
13 years, 2 months ago (2012-02-04 07:39:37 UTC) #7
ality
PTAL https://codereview.appspot.com/5608059/diff/5022/src/cmd/dist/goc2c.c File src/cmd/dist/goc2c.c (right): https://codereview.appspot.com/5608059/diff/5022/src/cmd/dist/goc2c.c#newcode573 src/cmd/dist/goc2c.c:573: if (rets != nil) { On 2012/02/04 07:39:37, ...
13 years, 1 month ago (2012-02-04 08:43:35 UTC) #8
iant2
On Feb 3, 2012 10:38 PM, <ality@pbrane.org> wrote: > > It silences a warning from ...
13 years, 1 month ago (2012-02-04 19:29:57 UTC) #9
ality
Hello rsc@golang.org, iant@golang.org, iant@google.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 1 month ago (2012-02-05 04:44:41 UTC) #10
akumar
Beyond that, we will get "mixed ansi/old function declaration" errors upon compiling buildgc.c, if we ...
13 years, 1 month ago (2012-02-05 11:05:36 UTC) #11
rsc
I'd like to postpone these Plan 9 CLs until after Go 1. Thanks. Russ
13 years, 1 month ago (2012-02-06 17:47:54 UTC) #12
ality
Hello rsc@golang.org, iant@golang.org, iant@google.com, seed@mail.nanosouffle.net (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 11 months ago (2012-04-12 13:31:39 UTC) #13
rsc
looks good but for the include question http://codereview.appspot.com/5608059/diff/24002/src/cmd/dist/build.c File src/cmd/dist/build.c (right): http://codereview.appspot.com/5608059/diff/24002/src/cmd/dist/build.c#newcode864 src/cmd/dist/build.c:864: vadd(&compile, bpathf(&b, ...
12 years, 11 months ago (2012-04-25 02:40:34 UTC) #14
ality
https://codereview.appspot.com/5608059/diff/24002/src/cmd/dist/build.c File src/cmd/dist/build.c (right): https://codereview.appspot.com/5608059/diff/24002/src/cmd/dist/build.c#newcode864 src/cmd/dist/build.c:864: vadd(&compile, bpathf(&b, "-I%s/include/plan9", goroot)); On 2012/04/25 02:40:35, rsc wrote: ...
12 years, 11 months ago (2012-04-26 10:13:01 UTC) #15
rsc
LGTM
12 years, 11 months ago (2012-05-02 01:51:21 UTC) #16
ality
12 years, 11 months ago (2012-05-02 05:32:58 UTC) #17
*** Submitted as http://code.google.com/p/go/source/detail?r=92c70c9b9d27 ***

build: dist-based build for Plan 9

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

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