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

Issue 5266045: code review 5266045: gofix -r mapdelete (Closed)

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

Description

gofix -r mapdelete

Patch Set 1 #

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

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

Total comments: 2

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -35 lines) Patch
M src/cmd/cgo/gcc.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/gofmt/rewrite.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/debug/dwarf/type.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/exp/types/check_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/exp/types/universe.go View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/gob/decode.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/gob/type.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/http/fcgi/child.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/http/persist.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/http/transfer.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/http/transport.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/fd.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/net/fd_linux.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/textproto/header.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/textproto/pipeline.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/old/netchan/export.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/old/netchan/import.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/os/inotify/inotify_linux.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/reflect/type.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/rpc/client.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/rpc/jsonrpc/client.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/rpc/jsonrpc/server.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/syscall/syscall_unix.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/unicode/maketables.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/unicode/script_test.go View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/url/url.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/xml/xml.go View 1 2 3 4 1 chunk +5 lines, -1 line 0 comments Download
M test/nil.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 7 months ago (2011-10-17 20:07:45 UTC) #1
r
LGTM except for the ringers http://codereview.appspot.com/5266045/diff/4001/src/cmd/goinstall/main.go File src/cmd/goinstall/main.go (right): http://codereview.appspot.com/5266045/diff/4001/src/cmd/goinstall/main.go#newcode202 src/cmd/goinstall/main.go:202: if err == nil ...
13 years, 7 months ago (2011-10-17 20:12:29 UTC) #2
adg
Oh wow, I really like how this has turned out. On 18 October 2011 07:07, ...
13 years, 7 months ago (2011-10-17 20:47:53 UTC) #3
r2
On Oct 17, 2011, at 1:47 PM, Andrew Gerrand wrote: > Oh wow, I really ...
13 years, 7 months ago (2011-10-17 20:51:09 UTC) #4
cw
Where is the gc change to implement this? Is it 5265048? That causes a build ...
13 years, 7 months ago (2011-10-17 21:26:50 UTC) #5
rsc
On Mon, Oct 17, 2011 at 17:26, <cw@f00f.org> wrote: > Where is the gc change ...
13 years, 7 months ago (2011-10-17 22:21:18 UTC) #6
cw
On Mon, Oct 17, 2011 at 06:21:16PM -0400, Russ Cox wrote: > details? cmd's fail, ...
13 years, 7 months ago (2011-10-18 00:24:15 UTC) #7
rsc
sorry, i will do it again on a clean tree.
13 years, 7 months ago (2011-10-18 11:29:21 UTC) #8
rsc
On Mon, Oct 17, 2011 at 20:24, Chris Wedgwood <cw@f00f.org> wrote: > but i don't ...
13 years, 7 months ago (2011-10-18 12:48:32 UTC) #9
rsc
Reran gofix -r on a pristine tree and uploaded. Confirmed that the only manual changes ...
13 years, 7 months ago (2011-10-18 13:52:30 UTC) #10
rsc
13 years, 7 months ago (2011-10-18 13:56:37 UTC) #11
*** Submitted as http://code.google.com/p/go/source/detail?r=992248b2adc2 ***

gofix -r mapdelete

R=golang-dev, r, adg, r, cw
CC=golang-dev
http://codereview.appspot.com/5266045
Sign in to reply to this message.

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