]> Cypherpunks repositories - gostls13.git/commit
cmd/vet/all: print all unparseable lines
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 13 Apr 2017 13:08:20 +0000 (06:08 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 13 Apr 2017 14:05:34 +0000 (14:05 +0000)
commit7fa3b79ce52a93d21beb7df0eb7b92148a9b79e5
tree819329297027cda486c10b82ee9d42270d7da92c
parentab636b899cbfe40ad310d7b50d1a443724f5970a
cmd/vet/all: print all unparseable lines

In my experience, this usually happens when vet panics.
Dumping all unparseable lines should help diagnosis.

Inspired by the trybot failures in CL 40511.

Change-Id: Ib73e8c8b2942832589c3cc5d33ef35fdafe9965a
Reviewed-on: https://go-review.googlesource.com/40508
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/vet/all/main.go