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

Issue 179062: Allow cgo to accept multiple .go inputs for a package (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 3 months ago by dho
Modified:
15 years, 2 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

Allow cgo to accept multiple .go inputs for a package Fixes issue 342.

Patch Set 1 #

Total comments: 4

Patch Set 2 : code review 179062: Allow cgo to accept multiple .go inputs for a package #

Patch Set 3 : code review 179062: Allow cgo to accept multiple .go inputs for a package #

Patch Set 4 : code review 179062: Allow cgo to accept multiple .go inputs for a package #

Patch Set 5 : code review 179062: Allow cgo to accept multiple .go inputs for a package #

Patch Set 6 : code review 179062: Allow cgo to accept multiple .go inputs for a package #

Patch Set 7 : code review 179062: Allow cgo to accept multiple .go inputs for a package #

Patch Set 8 : code review 179062: Allow cgo to accept multiple .go inputs for a package #

Total comments: 2

Patch Set 9 : code review 179062: Allow cgo to accept multiple .go inputs for a package #

Patch Set 10 : code review 179062: Allow cgo to accept multiple .go inputs for a package #

Unified diffs Side-by-side diffs Delta from patch set Stats (+194 lines, -99 lines) Patch
M src/Make.pkg View 1 2 3 4 5 6 7 8 9 3 chunks +41 lines, -26 lines 0 comments Download
M src/cmd/cgo/ast.go View 1 2 3 4 5 6 7 3 chunks +2 lines, -3 lines 0 comments Download
M src/cmd/cgo/main.go View 1 2 3 4 5 6 7 3 chunks +65 lines, -46 lines 0 comments Download
M src/cmd/cgo/out.go View 1 2 3 4 5 6 7 8 9 5 chunks +86 lines, -24 lines 0 comments Download

Messages

Total messages: 16
rsc
looks pretty good. i'm a bit hesitant to drop down to just one gcc input ...
15 years, 3 months ago (2009-12-15 21:26:26 UTC) #1
dho
2009/12/15 <rsc@golang.org>: > looks pretty good. > > i'm a bit hesitant to drop down ...
15 years, 3 months ago (2009-12-15 21:56:11 UTC) #2
rsc
On Tue, Dec 15, 2009 at 13:56, Devon H. O'Dell <devon.odell@gmail.com> wrote: > 2009/12/15 <rsc@golang.org>: ...
15 years, 3 months ago (2009-12-15 22:07:50 UTC) #3
dho
2009/12/15 Russ Cox <rsc@golang.org>: > On Tue, Dec 15, 2009 at 13:56, Devon H. O'Dell ...
15 years, 3 months ago (2009-12-15 22:17:55 UTC) #4
rsc
> I was referring to gccProlog / builtinProlog, which does define some > types, causing ...
15 years, 3 months ago (2009-12-15 22:27:56 UTC) #5
dho
2009/12/15 Russ Cox <rsc@golang.org>: >> I was referring to gccProlog / builtinProlog, which does define ...
15 years, 3 months ago (2009-12-15 22:35:28 UTC) #6
dho
PTAL :)
15 years, 3 months ago (2009-12-15 23:22:25 UTC) #7
rsc
IMPORTANT NOTE: We just switched gofmt and the tree over to no semicolons. To avoid ...
15 years, 3 months ago (2009-12-15 23:31:24 UTC) #8
gri
All relevant CLs are submitted now. - gri On Tue, Dec 15, 2009 at 3:31 ...
15 years, 3 months ago (2009-12-15 23:43:35 UTC) #9
dho
No problem, thanks for the heads-up. I'll get this re-submitted later tonight. --dho 2009/12/15 Robert ...
15 years, 3 months ago (2009-12-16 00:03:56 UTC) #10
dho
PTAL
15 years, 3 months ago (2009-12-16 02:09:21 UTC) #11
dho
PTAL; updated with new Enum changes.
15 years, 3 months ago (2009-12-16 15:24:58 UTC) #12
rsc
http://codereview.appspot.com/179062/diff/1038/40 File src/Make.pkg (right): http://codereview.appspot.com/179062/diff/1038/40#newcode43 src/Make.pkg:43: GCC_OFILES=$(patsubst %.go,%.cgo1.o,$(CGOFILES)) Just for my sanity, can we call ...
15 years, 2 months ago (2009-12-17 20:49:53 UTC) #13
dho
Done and done.
15 years, 2 months ago (2009-12-17 20:55:21 UTC) #14
rsc
LGTM thanks
15 years, 2 months ago (2009-12-17 21:07:56 UTC) #15
rsc
15 years, 2 months ago (2009-12-17 21:20:58 UTC) #16
*** Submitted as http://code.google.com/p/go/source/detail?r=2ef410bf3327 ***

Allow cgo to accept multiple .go inputs for a package

Fixes issue 342.

R=rsc
CC=golang-dev
http://codereview.appspot.com/179062

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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