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

Issue 7004053: code review 7004053: net: consolidate fd_{free,net,open}bsd.go into fd_bsd.go (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 4 months ago by dave
Modified:
11 years, 4 months ago
Reviewers:
CC:
mikio, jsing, dho, lucio, minux1, golang-dev
Visibility:
Public.

Description

net: consolidate fd_{free,net,open}bsd.go into fd_bsd.go These files are identical, so probably pre date // +build. With a little work, fd_darwin could be merged as well.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -232 lines) Patch
M src/pkg/net/fd_bsd.go View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
R src/pkg/net/fd_netbsd.go View 1 1 chunk +0 lines, -116 lines 0 comments Download
R src/pkg/net/fd_openbsd.go View 1 1 chunk +0 lines, -116 lines 0 comments Download

Messages

Total messages: 10
dave_cheney.net
Hello mikioh.mikioh@gmail.com, jsing@google.com, devon.odell@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 4 months ago (2012-12-23 03:57:23 UTC) #1
dave_cheney.net
% sha1sum fd_{free,net,open}bsd.go 9f2665109c567f1c91ef0f141b98558e77451deb fd_freebsd.go 9f2665109c567f1c91ef0f141b98558e77451deb fd_netbsd.go 9f2665109c567f1c91ef0f141b98558e77451deb fd_openbsd.go
11 years, 4 months ago (2012-12-23 03:57:55 UTC) #2
lucio
On 12/23/12, dave@cheney.net <dave@cheney.net> wrote: > % sha1sum fd_{free,net,open}bsd.go > 9f2665109c567f1c91ef0f141b98558e77451deb fd_freebsd.go > 9f2665109c567f1c91ef0f141b98558e77451deb fd_netbsd.go ...
11 years, 4 months ago (2012-12-23 06:20:03 UTC) #3
lucio
Oops, I'm sorry! (and compounding the mischief!) Lucio. On 12/23/12, Lucio De Re <lucio.dere@gmail.com> wrote: ...
11 years, 4 months ago (2012-12-23 06:20:37 UTC) #4
mikio
LGTM
11 years, 4 months ago (2012-12-26 03:16:10 UTC) #5
dave_cheney.net
On 2012/12/26 03:16:10, mikio wrote: > LGTM Thanks. Anyone from the netbsd/openbsd camps have any ...
11 years, 4 months ago (2012-12-27 09:58:59 UTC) #6
minux1
LGTM for NetBSD.
11 years, 4 months ago (2012-12-27 13:18:09 UTC) #7
jsing
LGTM I do not believe that they will diverge any time soon and if they ...
11 years, 4 months ago (2012-12-27 13:24:51 UTC) #8
dave_cheney.net
Thanks folks, will look at committing this tomorrow, then I'll see if the Darwin variant ...
11 years, 4 months ago (2012-12-27 13:27:22 UTC) #9
dave_cheney.net
11 years, 4 months ago (2012-12-28 10:02:10 UTC) #10
*** Submitted as https://code.google.com/p/go/source/detail?r=6496931a5a26 ***

net: consolidate fd_{free,net,open}bsd.go into fd_bsd.go

These files are identical, so probably pre date // +build.

With a little work, fd_darwin could be merged as well.

R=mikioh.mikioh, jsing, devon.odell, lucio.dere, minux.ma
CC=golang-dev
https://codereview.appspot.com/7004053
Sign in to reply to this message.

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