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

Issue 4602044: code review 4602044: net: export all fields in Interface (Closed)

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

Description

net: export all fields in Interface Fixes issue 1942.

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

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

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

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

Total comments: 2

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

Total comments: 2

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -146 lines) Patch
M src/pkg/net/interface.go View 1 2 3 4 5 1 chunk +35 lines, -1 line 0 comments Download
M src/pkg/net/interface_bsd.go View 1 2 3 4 3 chunks +21 lines, -44 lines 0 comments Download
M src/pkg/net/interface_linux.go View 1 2 3 4 4 chunks +22 lines, -45 lines 0 comments Download
M src/pkg/net/interface_stub.go View 1 chunk +0 lines, -28 lines 0 comments Download
M src/pkg/net/interface_test.go View 1 2 3 4 3 chunks +4 lines, -28 lines 0 comments Download

Messages

Total messages: 16
mikio
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 10 months ago (2011-06-08 16:49:04 UTC) #1
mikio
Hello golang-dev@googlegroups.com, fullung@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 10 months ago (2011-06-10 00:21:58 UTC) #2
albert.strasheim
LGTM. You might want to add a reviewer that can commit this. On 2011/06/10 00:21:58, ...
12 years, 10 months ago (2011-06-10 00:37:06 UTC) #3
mikio
Would you mind reviewing this CL please, Mr. Cox. On Fri, Jun 10, 2011 at ...
12 years, 10 months ago (2011-06-10 01:29:12 UTC) #4
mikio
Hello golang-dev@googlegroups.com, fullung@gmail.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 10 months ago (2011-06-10 01:44:36 UTC) #5
mikio
Hello golang-dev@googlegroups.com, fullung@gmail.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 10 months ago (2011-06-10 21:59:02 UTC) #6
mikio
Ping. On Sat, Jun 11, 2011 at 6:59 AM, <mikioh.mikioh@gmail.com> wrote: > Hello golang-dev@googlegroups.com, fullung@gmail.com, ...
12 years, 10 months ago (2011-06-14 00:15:33 UTC) #7
rsc
On Mon, Jun 13, 2011 at 20:15, Mikio Hara <mikioh.mikioh@gmail.com> wrote: > Ping. I haven't ...
12 years, 10 months ago (2011-06-14 00:45:13 UTC) #8
rsc
http://codereview.appspot.com/4602044/diff/7018/src/pkg/net/interface.go File src/pkg/net/interface.go (right): http://codereview.appspot.com/4602044/diff/7018/src/pkg/net/interface.go#newcode45 src/pkg/net/interface.go:45: flagMulticast = 1 << 15 Are these defined by ...
12 years, 10 months ago (2011-06-14 15:15:26 UTC) #9
rsc
please change description to net: export all fields in Interface iterable is not a go ...
12 years, 10 months ago (2011-06-14 15:16:29 UTC) #10
mikio
all done. http://codereview.appspot.com/4602044/diff/7018/src/pkg/net/interface.go File src/pkg/net/interface.go (right): http://codereview.appspot.com/4602044/diff/7018/src/pkg/net/interface.go#newcode45 src/pkg/net/interface.go:45: flagMulticast = 1 << 15 On 2011/06/14 ...
12 years, 10 months ago (2011-06-14 16:57:08 UTC) #11
mikio
Hello fullung@gmail.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 10 months ago (2011-06-14 16:57:25 UTC) #12
rsc
LGTM http://codereview.appspot.com/4602044/diff/23012/src/pkg/net/interface.go File src/pkg/net/interface.go (right): http://codereview.appspot.com/4602044/diff/23012/src/pkg/net/interface.go#newcode61 src/pkg/net/interface.go:61: if f&(1<<Flags(i)) != 0 { s/Flags/uint/
12 years, 10 months ago (2011-06-14 17:12:24 UTC) #13
mikio
http://codereview.appspot.com/4602044/diff/23012/src/pkg/net/interface.go File src/pkg/net/interface.go (right): http://codereview.appspot.com/4602044/diff/23012/src/pkg/net/interface.go#newcode61 src/pkg/net/interface.go:61: if f&(1<<Flags(i)) != 0 { On 2011/06/14 17:12:24, rsc ...
12 years, 10 months ago (2011-06-14 17:24:49 UTC) #14
mikio
Hello fullung@gmail.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 10 months ago (2011-06-14 17:25:27 UTC) #15
rsc
12 years, 10 months ago (2011-06-14 17:32:56 UTC) #16
*** Submitted as http://code.google.com/p/go/source/detail?r=0648704168fb ***

net: export all fields in Interface

Fixes issue 1942.

R=fullung, rsc
CC=golang-dev
http://codereview.appspot.com/4602044

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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