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

Issue 5316078: code review 5316078: gofix: add go1pkgrename (Closed)

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

Description

gofix: add go1pkgrename This will do the package import renamings for Go 1.

Patch Set 1 #

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

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

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

Total comments: 3

Patch Set 5 : diff -r 62a88d392930 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r 62a88d392930 https://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 7 : diff -r 62a88d392930 https://go.googlecode.com/hg/ #

Patch Set 8 : diff -r 62a88d392930 https://go.googlecode.com/hg/ #

Patch Set 9 : diff -r 62a88d392930 https://go.googlecode.com/hg/ #

Patch Set 10 : diff -r 3431b3469cce https://go.googlecode.com/hg/ #

Patch Set 11 : diff -r 3431b3469cce https://go.googlecode.com/hg/ #

Patch Set 12 : diff -r eb468998b969 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+192 lines, -0 lines) Patch
M src/cmd/gofix/Makefile View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
A src/cmd/gofix/go1pkgrename.go View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +93 lines, -0 lines 0 comments Download
A src/cmd/gofix/go1pkgrename_test.go View 1 2 3 4 5 6 7 8 9 10 1 chunk +98 lines, -0 lines 0 comments Download

Messages

Total messages: 12
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 6 months ago (2011-11-03 22:20:54 UTC) #1
rsc
http://codereview.appspot.com/5316078/diff/8001/src/cmd/gofix/fix.go File src/cmd/gofix/fix.go (right): http://codereview.appspot.com/5316078/diff/8001/src/cmd/gofix/fix.go#newcode66 src/cmd/gofix/fix.go:66: go1renameFix, Sync. David changed this around and this array ...
12 years, 6 months ago (2011-11-03 22:38:14 UTC) #2
r2
On Nov 3, 2011, at 3:38 PM, rsc@golang.org wrote: > > Another way to write ...
12 years, 6 months ago (2011-11-04 00:13:49 UTC) #3
rsc
On Thu, Nov 3, 2011 at 20:13, Rob 'Commander' Pike <r@google.com> wrote: > Another way ...
12 years, 6 months ago (2011-11-04 00:17:35 UTC) #4
r2
PTAL i think i wrote what you were asking, but you had a much more ...
12 years, 6 months ago (2011-11-04 00:19:28 UTC) #5
r2
On Nov 3, 2011, at 5:17 PM, Russ Cox wrote: > On Thu, Nov 3, ...
12 years, 6 months ago (2011-11-04 00:20:00 UTC) #6
rsc
LGTM http://codereview.appspot.com/5316078/diff/18001/src/cmd/gofix/go1rename.go File src/cmd/gofix/go1rename.go (right): http://codereview.appspot.com/5316078/diff/18001/src/cmd/gofix/go1rename.go#newcode80 src/cmd/gofix/go1rename.go:80: fixed = true fixed is already true
12 years, 6 months ago (2011-11-04 00:23:02 UTC) #7
dsymonds
I can't say I'm enamoured by the name, though. It seems awfully generic. What about ...
12 years, 6 months ago (2011-11-04 00:30:44 UTC) #8
r2
sure
12 years, 6 months ago (2011-11-04 00:31:50 UTC) #9
r
Hello rsc@golang.org, r@google.com, dsymonds@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 6 months ago (2011-11-04 20:18:51 UTC) #10
r2
Now called go1pkgrename, and asn1 is on the list - missed it last time. With ...
12 years, 6 months ago (2011-11-04 20:19:44 UTC) #11
r
12 years, 6 months ago (2011-11-08 23:34:29 UTC) #12
*** Submitted as http://code.google.com/p/go/source/detail?r=a0b71f0eb12f ***

gofix: add go1pkgrename
This will do the package import renamings for Go 1.

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

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