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

Issue 7102050: code review 7102050: cmd/vet: don't complain about Error() (Closed)

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

Description

cmd/vet: don't complain about Error() Fixes issue 4598.

Patch Set 1 #

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

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

Total comments: 1

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

Total comments: 1

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

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

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

Messages

Total messages: 12
minux1
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 2 months ago (2013-01-12 00:47:19 UTC) #1
dsymonds
Add a test case?
12 years, 2 months ago (2013-01-12 01:33:58 UTC) #2
r
https://codereview.appspot.com/7102050/diff/5001/src/cmd/vet/print.go File src/cmd/vet/print.go (right): https://codereview.appspot.com/7102050/diff/5001/src/cmd/vet/print.go#newcode256 src/cmd/vet/print.go:256: if *verbose && !isLn && name != "Error" { ...
12 years, 2 months ago (2013-01-12 03:45:16 UTC) #3
minux1
On Sat, Jan 12, 2013 at 9:33 AM, David Symonds <dsymonds@golang.org> wrote: > Add a ...
12 years, 2 months ago (2013-01-12 08:23:13 UTC) #4
minux1
PTAL. On Sat, Jan 12, 2013 at 11:45 AM, <r@golang.org> wrote: > https://codereview.appspot.**com/7102050/diff/5001/src/cmd/** > vet/print.go#newcode256<https://codereview.appspot.com/7102050/diff/5001/src/cmd/vet/print.go#newcode256> ...
12 years, 2 months ago (2013-01-12 08:29:15 UTC) #5
dsymonds
On Sat, Jan 12, 2013 at 7:22 PM, minux <minux.ma@gmail.com> wrote: > On Sat, Jan ...
12 years, 2 months ago (2013-01-12 08:43:24 UTC) #6
minux1
ping?
12 years, 2 months ago (2013-01-17 10:46:11 UTC) #7
r
https://codereview.appspot.com/7102050/diff/2002/src/cmd/vet/print.go File src/cmd/vet/print.go (right): https://codereview.appspot.com/7102050/diff/2002/src/cmd/vet/print.go#newcode257 src/cmd/vet/print.go:257: if *verbose && !isLn && name != "Error" { ...
12 years, 2 months ago (2013-01-17 16:46:48 UTC) #8
r
disregard previous mail. i conflated -all and -v. let's try again. i'm happy with dropping ...
12 years, 2 months ago (2013-01-17 16:52:53 UTC) #9
minux1
PTAL. Removed the *verbose guard for this check and added a test case.
12 years, 2 months ago (2013-01-17 17:05:50 UTC) #10
r
LGTM
12 years, 2 months ago (2013-01-17 18:20:45 UTC) #11
minux1
12 years, 2 months ago (2013-01-17 18:24:26 UTC) #12
*** Submitted as https://code.google.com/p/go/source/detail?r=c4b848378922 ***

cmd/vet: don't complain about Error()
Fixes issue 4598.

R=golang-dev, dsymonds, r
CC=golang-dev
https://codereview.appspot.com/7102050
Sign in to reply to this message.

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