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

Issue 48500044: code review 48500044: cmd/nm: add -sort=size (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 6 months ago by r
Modified:
11 years, 6 months ago
Reviewers:
rsc
CC:
golang-codereviews, gobot, rsc
Visibility:
Public.

Description

cmd/nm: add -sort=size When printing the size, we often want to sort on that key. Because it's used when looking for large things, make the sort go from largest to smallest. Perfect recreation of CL 45150044, which was lost to some blunder.

Patch Set 1 #

Patch Set 2 : diff -r db95cbe91420 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -2 lines) Patch
M src/cmd/nm/doc.go View 1 chunk +2 lines, -1 line 0 comments Download
M src/cmd/nm/nm.go View 3 chunks +9 lines, -1 line 0 comments Download

Messages

Total messages: 4
r
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years, 6 months ago (2014-01-07 17:46:40 UTC) #1
gobot
R=rsc@golang.org (assigned by r@golang.org)
11 years, 6 months ago (2014-01-08 20:14:56 UTC) #2
rsc
LGTM
11 years, 6 months ago (2014-01-08 20:51:04 UTC) #3
r
11 years, 6 months ago (2014-01-08 23:56:43 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=04840085a1e1 ***

cmd/nm: add -sort=size
When printing the size, we often want to sort on that key.
Because it's used when looking for large things, make the
sort go from largest to smallest.

Perfect recreation of CL 45150044, which was lost to some blunder.

R=golang-codereviews, gobot, rsc
CC=golang-codereviews
https://codereview.appspot.com/48500044
Sign in to reply to this message.

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