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

Issue 8886043: code review 8886043: sort: don't depend on math (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by bradfitz
Modified:
12 years ago
Reviewers:
CC:
golang-dev, r
Visibility:
Public.

Description

sort: don't depend on math No reason to pull in math just for x != x.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -4 lines) Patch
M src/pkg/go/build/deps_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/sort/sort.go View 1 2 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 3
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years ago (2013-04-20 18:40:51 UTC) #1
r
LGTM
12 years ago (2013-04-20 23:45:36 UTC) #2
bradfitz
12 years ago (2013-04-21 00:20:46 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=3924970f306b ***

sort: don't depend on math

No reason to pull in math just for x != x.

R=golang-dev, r
CC=golang-dev
https://codereview.appspot.com/8886043
Sign in to reply to this message.

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