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

Issue 9747045: code review 9747045: cmd/vet: simplify format checker (Closed)

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

Description

cmd/vet: simplify format checker Simplify the code a bit, get it working after recent go/types changes, and handle "%*%" just in case. Preparation for handling argument indexing.

Patch Set 1 #

Total comments: 4

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -52 lines) Patch
M cmd/vet/print.go View 1 4 chunks +38 lines, -33 lines 0 comments Download
M cmd/vet/testdata/print.go View 2 chunks +19 lines, -18 lines 0 comments Download
M cmd/vet/types.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4
r
Hello gri@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.tools
12 years, 5 months ago (2013-05-28 19:09:08 UTC) #1
gri
LGTM https://codereview.appspot.com/9747045/diff/1/cmd/vet/print.go File cmd/vet/print.go (right): https://codereview.appspot.com/9747045/diff/1/cmd/vet/print.go#newcode266 cmd/vet/print.go:266: // Linear scan is fast enough for a ...
12 years, 5 months ago (2013-05-28 19:31:47 UTC) #2
r
https://codereview.appspot.com/9747045/diff/1/cmd/vet/print.go File cmd/vet/print.go (right): https://codereview.appspot.com/9747045/diff/1/cmd/vet/print.go#newcode266 cmd/vet/print.go:266: // Linear scan is fast enough for a small ...
12 years, 5 months ago (2013-05-28 19:36:03 UTC) #3
r
12 years, 5 months ago (2013-05-28 19:37:36 UTC) #4
*** Submitted as
https://code.google.com/p/go/source/detail?r=b96d29f37d2e&repo=tools ***

cmd/vet: simplify format checker
Simplify the code a bit, get it working after recent go/types changes,
and handle "%*%" just in case. Preparation for handling argument indexing.

R=gri
CC=golang-dev
https://codereview.appspot.com/9747045
Sign in to reply to this message.

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