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

Issue 5785053: code review 5785053: cmd/go: add env command, use to fix misc/cgo/testso (Closed)

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

Description

cmd/go: add env command, use to fix misc/cgo/testso Fixes 386 build on 64-bit machines.

Patch Set 1 #

Patch Set 2 : diff -r 9974201aa263 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 9974201aa263 https://go.googlecode.com/hg/ #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -12 lines) Patch
M misc/cgo/testso/test.bash View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/go/doc.go View 1 5 chunks +40 lines, -11 lines 0 comments Download
A src/cmd/go/env.go View 1 2 1 chunk +83 lines, -0 lines 0 comments Download
M src/cmd/go/main.go View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 2 months ago (2012-03-08 19:00:17 UTC) #1
bradfitz
LGTM On Thu, Mar 8, 2012 at 11:00 AM, <rsc@golang.org> wrote: > Reviewers: golang-dev_googlegroups.com, > ...
13 years, 2 months ago (2012-03-08 19:05:01 UTC) #2
minux1
Rietveld says: "error: old chunk mismatch" whenever I click on View side-by-side diffs.
13 years, 2 months ago (2012-03-08 19:06:22 UTC) #3
bradfitz
Yeah, I saw that too, but you can just look at the full unified diff. ...
13 years, 2 months ago (2012-03-08 19:06:58 UTC) #4
minux1
cmd/go/env.go, Line 45: + {"GOGCCFLAGS", strings.Join(b.gccCmd(".")[3:], " ")}, I'm worried about the hardcoded number here.
13 years, 2 months ago (2012-03-08 19:10:59 UTC) #5
rsc
On Thu, Mar 8, 2012 at 14:10, <minux.ma@gmail.com> wrote: > + {"GOGCCFLAGS", strings.Join(b.gccCmd(".")[3:], " ")}, ...
13 years, 2 months ago (2012-03-08 19:16:17 UTC) #6
minux1
On 2012/03/08 19:16:17, rsc wrote: > On Thu, Mar 8, 2012 at 14:10, <mailto:minux.ma@gmail.com> wrote: ...
13 years, 2 months ago (2012-03-08 19:22:02 UTC) #7
rsc
13 years, 2 months ago (2012-03-08 19:28:58 UTC) #8
*** Submitted as http://code.google.com/p/go/source/detail?r=f09a59559605 ***

cmd/go: add env command, use to fix misc/cgo/testso

Fixes 386 build on 64-bit machines.

R=golang-dev, bradfitz, minux.ma
CC=golang-dev
http://codereview.appspot.com/5785053
Sign in to reply to this message.

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