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

Issue 5711056: code review 5711056: cmd/go: fix -I flag for gc command (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 1 month ago by niemeyer
Modified:
13 years, 1 month ago
Reviewers:
CC:
rsc, remyoudompheng, golang-dev
Visibility:
Public.

Description

cmd/go: fix -I flag for gc command

Patch Set 1 #

Patch Set 2 : code review 5711056: cmd/go: fix GOPATH support #

Patch Set 3 : diff -r 60df364bae52 https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 4 : diff -r 60df364bae52 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r e440e326b540 https://go.googlecode.com/hg/ #

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

Messages

Total messages: 7
niemeyer
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 1 month ago (2012-03-01 20:38:40 UTC) #1
remyoudompheng
http://codereview.appspot.com/5711056/diff/3001/src/cmd/go/build.go File src/cmd/go/build.go (right): http://codereview.appspot.com/5711056/diff/3001/src/cmd/go/build.go#newcode794 src/cmd/go/build.go:794: dir = filepath.Join(filepath.Dir(dir), "gccgo") can you use filepath.Join(dir, "gccgo") ...
13 years, 1 month ago (2012-03-01 20:54:54 UTC) #2
niemeyer
Hello rsc@golang.org, remyoudompheng@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 1 month ago (2012-03-01 20:56:39 UTC) #3
niemeyer
http://codereview.appspot.com/5711056/diff/3001/src/cmd/go/build.go File src/cmd/go/build.go (right): http://codereview.appspot.com/5711056/diff/3001/src/cmd/go/build.go#newcode794 src/cmd/go/build.go:794: dir = filepath.Join(filepath.Dir(dir), "gccgo") On 2012/03/01 20:54:54, remyoudompheng wrote: ...
13 years, 1 month ago (2012-03-01 20:56:50 UTC) #4
remyoudompheng
LGTM, fixes build of my local packages. I don't know if rsc has something to ...
13 years, 1 month ago (2012-03-01 21:10:41 UTC) #5
rsc
LGTM
13 years, 1 month ago (2012-03-01 22:46:38 UTC) #6
niemeyer
13 years, 1 month ago (2012-03-01 23:13:12 UTC) #7
*** Submitted as http://code.google.com/p/go/source/detail?r=a1faf94606dd ***

cmd/go: fix -I flag for gc command

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

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