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

Issue 125990044: code review 125990044: cmd/go: vet packages "foo" and "foo_test" separately

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 8 months ago by mdempsky
Modified:
9 years, 6 months ago
Reviewers:
dave, rsc, golang-codereviews
Visibility:
Public.

Description

cmd/go: vet packages "foo" and "foo_test" separately When the vet tool is invoked with a list of source files, it expects them to all be in a single package. Fixes issue 8511.

Patch Set 1 #

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

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

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

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

Patch Set 6 : diff -r e2d8b8168b123b684677c714c8ab59d6833a7e93 https://code.google.com/p/go #

Patch Set 7 : diff -r e2d8b8168b123b684677c714c8ab59d6833a7e93 https://code.google.com/p/go #

Patch Set 8 : diff -r e2d8b8168b123b684677c714c8ab59d6833a7e93 https://code.google.com/p/go #

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

Messages

Total messages: 6
mdempsky
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
9 years, 8 months ago (2014-08-12 00:00:02 UTC) #1
dave_cheney.net
I'm not keen on adding another field to the package struct for just one use ...
9 years, 8 months ago (2014-08-12 00:46:38 UTC) #2
mdempsky
On 2014/08/12 00:46:38, dfc wrote: > I'm not keen on adding another field to the ...
9 years, 8 months ago (2014-08-12 02:08:28 UTC) #3
rsc
R=rsc
9 years, 8 months ago (2014-08-12 15:32:44 UTC) #4
mdempsky
On 2014/08/12 15:32:44, rsc wrote: > R=rsc Ping? In the interest of getting this fix ...
9 years, 8 months ago (2014-08-27 19:34:07 UTC) #5
rsc
9 years, 6 months ago (2014-10-20 18:53:39 UTC) #6
R=close

I missed this CL when it came in, sorry.
I ended up reconstructing this fix separately.

changeset:   21418:25ea6fb44f62
user:        Russ Cox <rsc@golang.org>
date:        Mon Oct 06 14:49:22 2014 -0400
summary:     cmd/go: fix 'go vet' of package with external tests
Sign in to reply to this message.

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