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

Issue 10400044: code review 10400044: go.tools/cmd/vet: use directory for pkg.path if path is "." (Closed)

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

Description

go.tools/cmd/vet: use directory for pkg.path if path is "." Before: math/big/nat_test.go:688: arg r for printf verb %s of wrong type: ..Word After: math/big/nat_test.go:688: arg r for printf verb %s of wrong type: big.Word

Patch Set 1 #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M cmd/vet/main.go View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 3
r
Hello gri (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.tools
11 years, 11 months ago (2013-06-18 20:55:12 UTC) #1
gri
LGTM On Tue, Jun 18, 2013 at 1:55 PM, <r@golang.org> wrote: > Reviewers: gri, > ...
11 years, 11 months ago (2013-06-18 20:56:14 UTC) #2
r
11 years, 11 months ago (2013-06-18 21:02:04 UTC) #3
*** Submitted as
https://code.google.com/p/go/source/detail?r=87ef65cf640a&repo=tools ***

go.tools/cmd/vet: use directory for pkg.path if path is "."
Before:
        math/big/nat_test.go:688: arg r for printf verb %s of wrong type: ..Word
After:
        math/big/nat_test.go:688: arg r for printf verb %s of wrong type:
big.Word

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

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