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

Issue 4388048: code review 4388048: net: sort records returned by LookupMX

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years ago by cthom
Modified:
14 years ago
Reviewers:
adg
CC:
rog, adg, rsc, golang-dev
Visibility:
Public.

Description

net: sort records returned by LookupMX

Patch Set 1 #

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

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

Total comments: 1

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

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

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

Total comments: 2

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

Total comments: 1

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -8 lines) Patch
M src/pkg/net/dnsclient.go View 1 2 3 4 5 6 7 2 chunks +23 lines, -8 lines 0 comments Download

Messages

Total messages: 13
cthom
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years ago (2011-04-11 12:50:20 UTC) #1
rog
http://codereview.appspot.com/4388048/diff/4001/src/pkg/net/dnsclient.go File src/pkg/net/dnsclient.go (right): http://codereview.appspot.com/4388048/diff/4001/src/pkg/net/dnsclient.go#newcode415 src/pkg/net/dnsclient.go:415: type mxslice []*MX YMMV, but if you wanted to ...
14 years ago (2011-04-11 13:33:57 UTC) #2
cthom
I was just reading the RFC, didn't realize the randomness was a MUST [sic], I ...
14 years ago (2011-04-11 13:52:10 UTC) #3
cthom
Hello golang-dev@googlegroups.com, rog (cc: golang-dev@googlegroups.com), Please take another look.
14 years ago (2011-04-11 14:34:56 UTC) #4
cthom
Hello golang-dev@googlegroups.com, rog (cc: golang-dev@googlegroups.com), Please take another look.
14 years ago (2011-04-11 14:36:04 UTC) #5
adg
The code looks good, but I would like to see some simple test cases for ...
14 years ago (2011-04-12 01:09:09 UTC) #6
rsc
http://codereview.appspot.com/4388048/diff/5002/src/pkg/net/dnsclient.go File src/pkg/net/dnsclient.go (right): http://codereview.appspot.com/4388048/diff/5002/src/pkg/net/dnsclient.go#newcode414 src/pkg/net/dnsclient.go:414: // Implements sort.Interface This is working too hard. (I ...
14 years ago (2011-04-12 03:06:20 UTC) #7
cthom
Changes made. Should I also include a test of byPref in this CL? i.e. func ...
14 years ago (2011-04-12 13:54:51 UTC) #8
rsc
Don't worry about a test. We don't have testing set up for any of the ...
14 years ago (2011-04-12 18:12:00 UTC) #9
cthom
Hello rog, adg, rsc (cc: golang-dev@googlegroups.com), Please take another look.
14 years ago (2011-04-12 18:16:34 UTC) #10
adg
LGTM One last change. http://codereview.appspot.com/4388048/diff/6/src/pkg/net/dnsclient.go File src/pkg/net/dnsclient.go (right): http://codereview.appspot.com/4388048/diff/6/src/pkg/net/dnsclient.go#newcode414 src/pkg/net/dnsclient.go:414: // Implements sort.Interface by record ...
14 years ago (2011-04-12 23:41:10 UTC) #11
cthom
Hello rog, adg, rsc (cc: golang-dev@googlegroups.com), Please take another look.
14 years ago (2011-04-13 11:59:28 UTC) #12
adg
14 years ago (2011-04-14 00:30:54 UTC) #13
*** Submitted as http://code.google.com/p/go/source/detail?r=b353f61b9548 ***

net: sort records returned by LookupMX

R=rog, adg, rsc
CC=golang-dev
http://codereview.appspot.com/4388048

Committer: Andrew Gerrand <adg@golang.org>
Sign in to reply to this message.

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