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

Issue 5696084: code review 5696084: cmd/fix: add rules for net/http -> net/http/httputil renames (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 2 months ago by bradfitz
Modified:
13 years, 1 month ago
Reviewers:
CC:
golang-dev, r, dsymonds, r2, rsc
Visibility:
Public.

Description

cmd/fix: add rules for net/http -> net/http/httputil renames And merge the httputil fix into go1rename.

Patch Set 1 #

Patch Set 2 : diff -r 5d3418e4aa1d https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 5d3418e4aa1d https://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 4 : diff -r 1c40c7aee4d6 https://go.googlecode.com/hg #

Patch Set 5 : diff -r 452465a5f105 https://go.googlecode.com/hg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+220 lines, -185 lines) Patch
M src/cmd/fix/go1rename.go View 1 2 3 1 chunk +90 lines, -0 lines 0 comments Download
M src/cmd/fix/go1rename_test.go View 1 2 3 4 chunks +130 lines, -0 lines 0 comments Download
R src/cmd/fix/httputil.go View 1 2 3 1 chunk +0 lines, -63 lines 0 comments Download
R src/cmd/fix/httputil_test.go View 1 2 3 1 chunk +0 lines, -122 lines 0 comments Download

Messages

Total messages: 18
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 2 months ago (2012-02-27 01:48:57 UTC) #1
r
LGTM
13 years, 2 months ago (2012-02-27 01:54:08 UTC) #2
bradfitz
David is confused why this CL works, yet it does. Clues welcome. go1pkgrename should run ...
13 years, 2 months ago (2012-02-27 02:04:21 UTC) #3
bradfitz
Oh, and we also have the "httputil" fix, which is largely redundant? Should we just ...
13 years, 2 months ago (2012-02-27 02:13:04 UTC) #4
dsymonds
http://codereview.appspot.com/5696084/diff/1002/src/cmd/fix/go1rename.go File src/cmd/fix/go1rename.go (right): http://codereview.appspot.com/5696084/diff/1002/src/cmd/fix/go1rename.go#newcode72 src/cmd/fix/go1rename.go:72: OldImport: "http", All these old imports should be net/http; ...
13 years, 2 months ago (2012-02-27 02:14:18 UTC) #5
dsymonds
There's a potential bug in the httputil gofix. Proposed fix in http://codereview.appspot.com/5700077.
13 years, 2 months ago (2012-02-27 02:15:16 UTC) #6
bradfitz
On Mon, Feb 27, 2012 at 1:15 PM, David Symonds <dsymonds@golang.org> wrote: > There's a ...
13 years, 2 months ago (2012-02-27 02:17:02 UTC) #7
dsymonds
On Mon, Feb 27, 2012 at 1:17 PM, Brad Fitzpatrick <bradfitz@golang.org> wrote: > On Mon, ...
13 years, 2 months ago (2012-02-27 02:21:09 UTC) #8
bradfitz
Okay, I'd like to get Russ's opinion before either/both of these httputil CLs go in. ...
13 years, 2 months ago (2012-02-27 23:18:58 UTC) #9
dsymonds
On Tue, Feb 28, 2012 at 10:18 AM, Brad Fitzpatrick <bradfitz@golang.org> wrote: > Okay, I'd ...
13 years, 2 months ago (2012-02-28 00:05:34 UTC) #10
r2
On Feb 28, 2012, at 11:05 AM, David Symonds wrote: > On Tue, Feb 28, ...
13 years, 2 months ago (2012-02-28 00:08:40 UTC) #11
dsymonds
On Tue, Feb 28, 2012 at 11:08 AM, Rob 'Commander' Pike <r@google.com> wrote: > i ...
13 years, 2 months ago (2012-02-28 00:21:46 UTC) #12
r2
On Feb 28, 2012, at 11:21 AM, David Symonds wrote: > On Tue, Feb 28, ...
13 years, 2 months ago (2012-02-28 00:23:22 UTC) #13
rsc
On Sun, Feb 26, 2012 at 21:04, Brad Fitzpatrick <bradfitz@golang.org> wrote: > David is confused ...
13 years, 1 month ago (2012-03-12 18:36:32 UTC) #14
bradfitz
Hello golang-dev@googlegroups.com, r@golang.org, dsymonds@golang.org, r@google.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 1 month ago (2012-03-12 20:12:03 UTC) #15
bradfitz
On Mon, Mar 12, 2012 at 11:36 AM, Russ Cox <rsc@golang.org> wrote: > On Sun, ...
13 years, 1 month ago (2012-03-12 20:12:28 UTC) #16
rsc
LGTM
13 years, 1 month ago (2012-03-12 20:22:09 UTC) #17
bradfitz
13 years, 1 month ago (2012-03-12 20:25:50 UTC) #18
*** Submitted as http://code.google.com/p/go/source/detail?r=36be76617915 ***

cmd/fix: add rules for net/http -> net/http/httputil renames

And merge the httputil fix into go1rename.

R=golang-dev, r, dsymonds, r, rsc
CC=golang-dev
http://codereview.appspot.com/5696084
Sign in to reply to this message.

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