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

Issue 7397059: code review 7397059: cmd/go: do not print GCC environment variables on Plan 9 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by ality
Modified:
12 years ago
Reviewers:
CC:
akumar, rminnich, r, minux1, golang-dev
Visibility:
Public.

Description

cmd/go: do not print GCC environment variables on Plan 9

Patch Set 1 #

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

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

Total comments: 2

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

Total comments: 1

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -2 lines) Patch
M src/cmd/go/env.go View 1 2 3 4 2 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 7
ality
Hello seed@mail.nanosouffle.net, rminnich@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
12 years ago (2013-02-26 10:00:08 UTC) #1
r
https://codereview.appspot.com/7397059/diff/4001/src/cmd/go/env.go File src/cmd/go/env.go (right): https://codereview.appspot.com/7397059/diff/4001/src/cmd/go/env.go#newcode54 src/cmd/go/env.go:54: env = append(env, extra...) how about just env = ...
12 years ago (2013-02-26 15:17:51 UTC) #2
minux1
https://codereview.appspot.com/7397059/diff/4001/src/cmd/go/env.go File src/cmd/go/env.go (right): https://codereview.appspot.com/7397059/diff/4001/src/cmd/go/env.go#newcode49 src/cmd/go/env.go:49: if runtime.GOOS != "plan9" { i think it should ...
12 years ago (2013-02-26 15:33:41 UTC) #3
ality
Hello seed@mail.nanosouffle.net, rminnich@gmail.com, r@golang.org, minux.ma@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
12 years ago (2013-02-26 15:51:26 UTC) #4
minux1
LGTM. https://codereview.appspot.com/7397059/diff/3002/src/cmd/go/env.go File src/cmd/go/env.go (right): https://codereview.appspot.com/7397059/diff/3002/src/cmd/go/env.go#newcode51 src/cmd/go/env.go:51: env = append(env, envVar{"GOGCCFLAGS", strings.Join(b.gccCmd(".")[3:], " ")}) the ...
12 years ago (2013-02-26 16:07:57 UTC) #5
r
LGTM, with minux's suggestion applied
12 years ago (2013-02-26 16:16:19 UTC) #6
ality
12 years ago (2013-02-26 16:34:59 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=b2cf2bf50e1f ***

cmd/go: do not print GCC environment variables on Plan 9

R=seed, rminnich, r, minux.ma
CC=golang-dev
https://codereview.appspot.com/7397059
Sign in to reply to this message.

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