I haven't looked at the revision in question, so lack context, but just
wanted to point out that sort.Stable is Go 1.2+


On Sun, Jun 1, 2014 at 6:05 PM, John Meinel <j...@arbash-meinel.com> wrote:

> So I missed this when it was up for review, but I think the approach it
> takes is actually incorrect.
>
> The patch as it stands sorts the list that we supplied to put 'localhost'
> addresses first. However, that interferes with the logic that we want to
> put "the last one we successfully connected to" first.
>
> Now, the fix *might* just be to use "sort.Stable" instead of just
> "sort.Sort".  As long as all the things that aren't "localhost" aren't
> moved around, then we can keep the property that whatever you successfully
> connected to last time, you'll try to use next time.
>
> Also, it would see the tests as written aren't actually valid because
> something named "localhost1" is not localhost. It should probably be
> "localhost:1" if we want to use that syntax.
>
> John
> =:->
>
> --
> Juju-dev mailing list
> Juju-dev@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/juju-dev
>
>
-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev

Reply via email to