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

Issue 7060051: code review 7060051: exp/locale/collate: added functionality for sorting. (Closed)

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

Description

exp/locale/collate: added functionality for sorting. Eliminates the need for the user to fiddle with keys.

Patch Set 1 #

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

Total comments: 6

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

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -0 lines) Patch
A src/pkg/exp/locale/collate/sort.go View 1 2 1 chunk +90 lines, -0 lines 6 comments Download
A src/pkg/exp/locale/collate/sort_test.go View 1 1 chunk +52 lines, -0 lines 2 comments Download

Messages

Total messages: 7
mpvl
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg
12 years, 6 months ago (2013-01-07 19:27:08 UTC) #1
rsc
LGTM https://codereview.appspot.com/7060051/diff/2001/src/pkg/exp/locale/collate/sort.go File src/pkg/exp/locale/collate/sort.go (right): https://codereview.appspot.com/7060051/diff/2001/src/pkg/exp/locale/collate/sort.go#newcode65 src/pkg/exp/locale/collate/sort.go:65: // A type that satisfies Lister can be ...
12 years, 6 months ago (2013-01-18 21:59:31 UTC) #2
mpvl
https://codereview.appspot.com/7060051/diff/2001/src/pkg/exp/locale/collate/sort.go File src/pkg/exp/locale/collate/sort.go (right): https://codereview.appspot.com/7060051/diff/2001/src/pkg/exp/locale/collate/sort.go#newcode65 src/pkg/exp/locale/collate/sort.go:65: // A type that satisfies Lister can be sorted ...
12 years, 5 months ago (2013-01-23 13:11:01 UTC) #3
mpvl
*** Submitted as https://code.google.com/p/go/source/detail?r=7f25ce26f38f *** exp/locale/collate: added functionality for sorting. Eliminates the need for the ...
12 years, 5 months ago (2013-01-23 13:16:26 UTC) #4
r
https://codereview.appspot.com/7060051/diff/8001/src/pkg/exp/locale/collate/sort.go File src/pkg/exp/locale/collate/sort.go (right): https://codereview.appspot.com/7060051/diff/8001/src/pkg/exp/locale/collate/sort.go#newcode38 src/pkg/exp/locale/collate/sort.go:38: func (s *sorter) clean() { where is this used? ...
12 years, 4 months ago (2013-02-21 00:08:29 UTC) #5
mpvl
changed added in CL 7402048. See comments on the use of Lister, though. https://codereview.appspot.com/7060051/diff/8001/src/pkg/exp/locale/collate/sort.go File ...
12 years, 4 months ago (2013-02-21 17:16:39 UTC) #6
r
12 years, 4 months ago (2013-02-21 18:57:10 UTC) #7
i can't think of one, so leave it as is but please explain the name in
the comment.
Sign in to reply to this message.

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