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

Issue 7385051: code review 7385051: cmd/vet: fix printf test for unsafe Pointer (Closed)

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

Description

cmd/vet: fix printf test for unsafe Pointer And fix test. Pointer to unsafe.Pointer tests nothing important... Also identify the incorrect type: go/types.Type is a Stringer. Also fix a couple of incorrect format verbs found by new printf checker, now that we can run it on more files.

Patch Set 1 #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -10 lines) Patch
M src/cmd/vet/print.go View 4 chunks +11 lines, -6 lines 0 comments Download
M src/cmd/vet/test_print.go View 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/sync/atomic/atomic_test.go View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years ago (2013-02-26 05:58:59 UTC) #1
rsc
LGTM
12 years ago (2013-02-26 17:14:28 UTC) #2
r
12 years ago (2013-02-26 18:36:17 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=d3599a588213 ***

cmd/vet: fix printf test for unsafe Pointer
And fix test. Pointer to unsafe.Pointer tests nothing important...
Also identify the incorrect type: go/types.Type is a Stringer.

Also fix a couple of incorrect format verbs found by new printf checker,
now that we can run it on more files.

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

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