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

Issue 5591045: code review 5591045: cmd/go: improvements (Closed)

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

Description

cmd/go: improvements Print build errors to stderr during 'go run'. Stream test output during 'go test' (no args). Fixes issue 2731. Add go test -i to install test dependencies. Fixes issue 2685. Fix data race in exitStatus. Fixes issue 2709. Fix tool paths. Fixes issue 2817.

Patch Set 1 #

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

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

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

Total comments: 2

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

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

Total comments: 1

Patch Set 7 : diff -r 4a3153e8b6bc https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -61 lines) Patch
M src/cmd/go/build.go View 1 2 3 4 5 6 10 chunks +12 lines, -14 lines 0 comments Download
M src/cmd/go/fix.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/go/get.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/go/main.go View 1 2 3 chunks +11 lines, -1 line 0 comments Download
M src/cmd/go/pkg.go View 1 2 chunks +4 lines, -5 lines 0 comments Download
M src/cmd/go/run.go View 1 2 2 chunks +10 lines, -1 line 0 comments Download
M src/cmd/go/test.go View 1 2 3 4 5 8 chunks +71 lines, -20 lines 0 comments Download
M src/cmd/go/testflag.go View 1 2 3 chunks +4 lines, -1 line 0 comments Download
M src/cmd/go/tool.go View 1 3 chunks +24 lines, -16 lines 0 comments Download
M src/cmd/go/vet.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 5 months ago (2012-01-31 18:02:25 UTC) #1
rsc
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 5 months ago (2012-01-31 18:02:36 UTC) #2
bradfitz
http://codereview.appspot.com/5591045/diff/7001/src/cmd/go/test.go File src/cmd/go/test.go (right): http://codereview.appspot.com/5591045/diff/7001/src/cmd/go/test.go#newcode223 src/cmd/go/test.go:223: testStreamOutput = len(pkgs) == 0 || testBench why not ...
13 years, 5 months ago (2012-01-31 18:09:32 UTC) #3
rsc
On Tue, Jan 31, 2012 at 13:09, <bradfitz@golang.org> wrote: > If I do: > go ...
13 years, 5 months ago (2012-01-31 19:19:55 UTC) #4
rsc
PTAL
13 years, 5 months ago (2012-01-31 19:20:04 UTC) #5
bradfitz
LGTM
13 years, 5 months ago (2012-01-31 19:26:37 UTC) #6
niemeyer
http://codereview.appspot.com/5591045/diff/7002/src/cmd/go/test.go File src/cmd/go/test.go (right): http://codereview.appspot.com/5591045/diff/7002/src/cmd/go/test.go#newcode232 src/cmd/go/test.go:232: testStreamOutput = len(pkgArgs) == 0 || testBench || Nice, ...
13 years, 5 months ago (2012-01-31 19:28:10 UTC) #7
r
LGTM
13 years, 5 months ago (2012-01-31 19:30:56 UTC) #8
rsc
13 years, 5 months ago (2012-01-31 20:08:23 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=7c7af26c2f14 ***

cmd/go: improvements

Print build errors to stderr during 'go run'.
Stream test output during 'go test' (no args).  Fixes issue 2731.
Add go test -i to install test dependencies.  Fixes issue 2685.
Fix data race in exitStatus.  Fixes issue 2709.
Fix tool paths.  Fixes issue 2817.

R=golang-dev, bradfitz, n13m3y3r, r
CC=golang-dev
http://codereview.appspot.com/5591045
Sign in to reply to this message.

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