zsh-workers
 help / color / mirror / code / Atom feed
* reverse numeric sorting does not work
@ 2007-07-06 12:24 Vincent Lefevre
  2007-07-06 13:04 ` Peter Stephenson
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Lefevre @ 2007-07-06 12:24 UTC (permalink / raw)
  To: zsh-workers

Hi,

Reverse numeric sorting doesn't seem to work:

prunille% echo $ZSH_VERSION
4.3.4
prunille% foo=(a6 a117 a17 b6 b117 b17)
prunille% echo ${(n)foo}
a6 a17 a117 b6 b17 b117
prunille% echo ${(On)foo}
b6 b17 b117 a6 a17 a117

instead of

b117 b17 b6 a117 a17 a6

Also the man page is ambiguous:

Are the numbers (nonnegative) integer or floating-point numbers?

It also says: "if the first differing characters of two test strings
are not digits, sorting is lexical." then "Trailing non-digits are
not sorted; the order of `2foo' and `2bar' is not defined." But on
this example, the first differing characters are not digits, so that
the sorting should be lexical, hence defined!

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-06 13:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-06 12:24 reverse numeric sorting does not work Vincent Lefevre
2007-07-06 13:04 ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).