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

Issue 10328044: code review 10328044: all: fix shadowing bugs found by go tool vet -shadow (Closed)

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

Description

all: fix shadowing bugs found by go tool vet -shadow

Patch Set 1 #

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

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

Total comments: 3

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M src/pkg/net/http/transport_test.go View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M src/pkg/os/file_unix.go View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 6
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years, 9 months ago (2013-06-20 18:18:52 UTC) #1
bradfitz
https://codereview.appspot.com/10328044/diff/5001/src/pkg/net/http/client_test.go File src/pkg/net/http/client_test.go (right): https://codereview.appspot.com/10328044/diff/5001/src/pkg/net/http/client_test.go#newcode45 src/pkg/net/http/client_test.go:45: n, err = r.Read(buf) This doesn't change anything. I ...
11 years, 9 months ago (2013-06-20 18:26:39 UTC) #2
r
Hello golang-dev@googlegroups.com, bradfitz@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 9 months ago (2013-06-20 18:31:18 UTC) #3
r
https://codereview.appspot.com/10328044/diff/5001/src/pkg/net/http/client_test.go File src/pkg/net/http/client_test.go (right): https://codereview.appspot.com/10328044/diff/5001/src/pkg/net/http/client_test.go#newcode45 src/pkg/net/http/client_test.go:45: n, err = r.Read(buf) On 2013/06/20 18:26:39, bradfitz wrote: ...
11 years, 9 months ago (2013-06-20 18:31:28 UTC) #4
bradfitz
LGTM
11 years, 9 months ago (2013-06-20 18:43:01 UTC) #5
r
11 years, 9 months ago (2013-06-20 18:50:48 UTC) #6
*** Submitted as https://code.google.com/p/go/source/detail?r=caa09ce4fd8b ***

all: fix shadowing bugs found by go tool vet -shadow

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

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