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

Issue 13532052: code review 13532052: go.tools/cover: clarify mode is only necessary wh... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 7 months ago by nathany
Modified:
10 years, 5 months ago
Reviewers:
r
CC:
golang-dev, r, minux1
Visibility:
Public.

Description

go.tools/cover: clean up usage information

Patch Set 1 #

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

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

Total comments: 1

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

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

Total comments: 5

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

Total comments: 2

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

Total comments: 3

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

Patch Set 9 : diff -r f26a74f41e02 https://code.google.com/p/go.tools #

Patch Set 10 : diff -r f26a74f41e02 https://code.google.com/p/go.tools #

Total comments: 1

Patch Set 11 : diff -r f26a74f41e02 https://code.google.com/p/go.tools #

Patch Set 12 : diff -r f26a74f41e02 https://code.google.com/p/go.tools #

Patch Set 13 : diff -r f26a74f41e02 https://code.google.com/p/go.tools #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -8 lines) Patch
M cmd/cover/cover.go View 1 2 3 4 5 6 7 8 9 10 3 chunks +17 lines, -8 lines 0 comments Download

Messages

Total messages: 31
nathany
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go.tools
10 years, 7 months ago (2013-09-22 17:28:34 UTC) #1
minux1
R=r
10 years, 7 months ago (2013-09-22 17:55:33 UTC) #2
r
https://codereview.appspot.com/13532052/diff/6001/cmd/cover/cover.go File cmd/cover/cover.go (right): https://codereview.appspot.com/13532052/diff/6001/cmd/cover/cover.go#newcode54 cmd/cover/cover.go:54: mode = flag.String("mode", "", "coverage mode when generating source: ...
10 years, 7 months ago (2013-09-23 00:08:18 UTC) #3
nathany
On 2013/09/23 00:08:18, r wrote: > https://codereview.appspot.com/13532052/diff/6001/cmd/cover/cover.go > File cmd/cover/cover.go (right): > > https://codereview.appspot.com/13532052/diff/6001/cmd/cover/cover.go#newcode54 > ...
10 years, 7 months ago (2013-09-23 04:41:12 UTC) #4
r
i like the suggestion in your final paragraph.
10 years, 7 months ago (2013-09-23 04:44:04 UTC) #5
nathany
On 2013/09/23 04:44:04, r wrote: > i like the suggestion in your final paragraph. Thanks. ...
10 years, 7 months ago (2013-09-23 04:52:13 UTC) #6
r
take it out please.
10 years, 7 months ago (2013-09-23 04:53:54 UTC) #7
minux1
also please remove the tab before the first line of the description.
10 years, 7 months ago (2013-09-23 04:56:27 UTC) #8
nathany
On 2013/09/23 04:56:27, minux wrote: > also please remove the tab before the first line ...
10 years, 7 months ago (2013-09-23 05:10:25 UTC) #9
nathany
Also, will Rietveld squash all my messiness into one nice commit before it gets merged? ...
10 years, 7 months ago (2013-09-23 05:14:00 UTC) #10
minux1
On 2013/09/23 05:10:25, nathany wrote: > On 2013/09/23 04:56:27, minux wrote: > > also please ...
10 years, 7 months ago (2013-09-23 05:15:24 UTC) #11
minux1
On Mon, Sep 23, 2013 at 1:14 AM, <nj@nathany.com> wrote: > Also, will Rietveld squash ...
10 years, 7 months ago (2013-09-23 05:18:40 UTC) #12
nathany
On 2013/09/23 05:18:40, minux wrote: > On Mon, Sep 23, 2013 at 1:14 AM, <mailto:nj@nathany.com> ...
10 years, 7 months ago (2013-09-23 05:37:16 UTC) #13
minux1
On Mon, Sep 23, 2013 at 1:37 AM, <nj@nathany.com> wrote: > On 2013/09/23 05:18:40, minux ...
10 years, 7 months ago (2013-09-23 05:42:20 UTC) #14
nathany
On 2013/09/23 05:42:20, minux wrote: > On Mon, Sep 23, 2013 at 1:37 AM, <mailto:nj@nathany.com> ...
10 years, 7 months ago (2013-09-23 05:45:34 UTC) #15
r
https://codereview.appspot.com/13532052/diff/22001/cmd/cover/cover.go File cmd/cover/cover.go (right): https://codereview.appspot.com/13532052/diff/22001/cmd/cover/cover.go#newcode36 cmd/cover/cover.go:36: `Usage of 'go tool cover', given a coverage profile ...
10 years, 7 months ago (2013-09-23 22:25:57 UTC) #16
r
p.s. we should make the -help change (printing help only when asked) separately. i can ...
10 years, 7 months ago (2013-09-23 22:26:44 UTC) #17
nathany
On 2013/09/23 22:26:44, r wrote: > p.s. we should make the -help change (printing help ...
10 years, 7 months ago (2013-09-24 02:27:43 UTC) #18
nathany
https://codereview.appspot.com/13532052/diff/22001/cmd/cover/cover.go File cmd/cover/cover.go (right): https://codereview.appspot.com/13532052/diff/22001/cmd/cover/cover.go#newcode37 cmd/cover/cover.go:37: go test -coverprofile=c.out -covermode=set On 2013/09/23 22:25:58, r wrote: ...
10 years, 7 months ago (2013-09-24 02:29:27 UTC) #19
nathany
https://codereview.appspot.com/13532052/diff/31001/cmd/cover/cover.go File cmd/cover/cover.go (right): https://codereview.appspot.com/13532052/diff/31001/cmd/cover/cover.go#newcode48 cmd/cover/cover.go:48: go tool cover -func=c.out This doesn't provide an example ...
10 years, 7 months ago (2013-09-24 02:44:31 UTC) #20
r
Please let me know when it's ready for another look. -rob
10 years, 7 months ago (2013-09-24 02:48:17 UTC) #21
nathany
On 2013/09/24 02:48:17, r wrote: > Please let me know when it's ready for another ...
10 years, 7 months ago (2013-09-24 02:54:36 UTC) #22
r
https://codereview.appspot.com/13532052/diff/27001/cmd/cover/cover.go File cmd/cover/cover.go (right): https://codereview.appspot.com/13532052/diff/27001/cmd/cover/cover.go#newcode38 cmd/cover/cover.go:38: Given a coverage profile produced by 'go test': s/:/, ...
10 years, 7 months ago (2013-09-24 03:29:50 UTC) #23
nathany
https://codereview.appspot.com/13532052/diff/27001/cmd/cover/cover.go File cmd/cover/cover.go (right): https://codereview.appspot.com/13532052/diff/27001/cmd/cover/cover.go#newcode60 cmd/cover/cover.go:60: Name of coverage variable to generate On 2013/09/24 03:29:50, ...
10 years, 7 months ago (2013-09-24 03:47:03 UTC) #24
nathany
I reduced the indentation to align with the flags below, though it still includes func ...
10 years, 7 months ago (2013-09-24 04:09:34 UTC) #25
r
Please let's just bring this to ground in the form I suggested. -rob
10 years, 7 months ago (2013-09-24 04:16:25 UTC) #26
nathany
On 2013/09/24 04:16:25, r wrote: > Please let's just bring this to ground in the ...
10 years, 7 months ago (2013-09-24 04:32:33 UTC) #27
r
LGTM https://codereview.appspot.com/13532052/diff/34001/cmd/cover/cover.go File cmd/cover/cover.go (right): https://codereview.appspot.com/13532052/diff/34001/cmd/cover/cover.go#newcode49 cmd/cover/cover.go:49: Or to generate modified source code with coverage ...
10 years, 7 months ago (2013-09-24 05:38:51 UTC) #28
nathany
On 2013/09/24 05:38:51, r wrote: > LGTM > > https://codereview.appspot.com/13532052/diff/34001/cmd/cover/cover.go > File cmd/cover/cover.go (right): > ...
10 years, 6 months ago (2013-09-24 06:41:05 UTC) #29
r
*** Submitted as https://code.google.com/p/go/source/detail?r=e8594b80cffd&repo=tools *** go.tools/cover: clean up usage information R=golang-dev, r, minux.ma CC=golang-dev https://codereview.appspot.com/13532052 ...
10 years, 6 months ago (2013-09-24 07:27:36 UTC) #30
nathany
10 years, 5 months ago (2013-10-27 18:23:09 UTC) #31
*** Abandoned ***
Sign in to reply to this message.

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