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

Issue 5778043: code review 5778043: go/build, cmd/go: add support for .syso files (Closed)

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

Description

go/build, cmd/go: add support for .syso files .syso files are system objects copied directly into the package archive. Fixes issue 1552.

Patch Set 1 #

Patch Set 2 : diff -r 7f80efcdc862 https://go.googlecode.com/hg/ #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -17 lines) Patch
M src/cmd/go/build.go View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/cmd/go/list.go View 1 1 chunk +6 lines, -5 lines 0 comments Download
M src/cmd/go/pkg.go View 1 2 3 chunks +8 lines, -6 lines 0 comments Download
M src/pkg/go/build/build.go View 1 2 chunks +12 lines, -6 lines 0 comments Download

Messages

Total messages: 13
rsc
Hello brainman, iant, r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 6 months ago (2012-03-07 19:09:05 UTC) #1
r
LGTM
13 years, 6 months ago (2012-03-07 21:23:41 UTC) #2
minux1
Hi Russ, Given that go can handle extern object files, may I ask if cmd/go ...
13 years, 6 months ago (2012-03-07 21:38:54 UTC) #3
remyoudompheng
Le 7 mars 2012 22:38, minux <minux.ma@gmail.com> a écrit : > Hi Russ, > > ...
13 years, 6 months ago (2012-03-07 21:44:30 UTC) #4
minux1
On Thu, Mar 8, 2012 at 5:44 AM, Rémy Oudompheng <remyoudompheng@gmail.com>wrote: > Le 7 mars ...
13 years, 6 months ago (2012-03-07 21:49:49 UTC) #5
rsc
On Wed, Mar 7, 2012 at 16:38, minux <minux.ma@gmail.com> wrote: > Given that go can ...
13 years, 6 months ago (2012-03-07 22:05:44 UTC) #6
minux1
On Thu, Mar 8, 2012 at 6:05 AM, Russ Cox <rsc@golang.org> wrote: > On Wed, ...
13 years, 6 months ago (2012-03-07 22:10:08 UTC) #7
rsc
That sounds reasonable. I will add this in a separate CL.
13 years, 6 months ago (2012-03-07 22:12:14 UTC) #8
rsc
On Wed, Mar 7, 2012 at 16:23, Rob 'Commander' Pike <r@golang.org> wrote: > LGTM Thanks. ...
13 years, 6 months ago (2012-03-07 22:15:42 UTC) #9
iant
LGTM
13 years, 6 months ago (2012-03-07 23:26:52 UTC) #10
brainman
It is not building for me on windows or linux: ... pkg/text/template/parse pkg/text/template pkg/go/doc pkg/go/build ...
13 years, 6 months ago (2012-03-08 01:52:04 UTC) #11
rsc
*** Submitted as 79896e3bc1f8 *** go/build, cmd/go: add support for .syso files .syso files are ...
13 years, 6 months ago (2012-03-08 03:03:22 UTC) #12
rsc
13 years, 6 months ago (2012-03-08 03:08:08 UTC) #13
On Wed, Mar 7, 2012 at 20:52,  <alex.brainman@gmail.com> wrote:
> It is not building for me on windows or linux:

Sorry, I think Rietveld had a slightly stale copy.
Sign in to reply to this message.

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