zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: zsh-workers@sunsite.dk (Zsh hackers list)
Subject: Re: PATCH: ordering of hash table scans
Date: Wed, 07 Feb 2007 16:33:27 +0000	[thread overview]
Message-ID: <200702071633.l17GXRqR014288@news01.csr.com> (raw)
In-Reply-To: <070207080611.ZM15476@torch.brasslantern.com>

Bart Schaefer wrote:
> The only thing I could imagine is if someone were relying on use of a
> hashtable to "randomize" the order of some list of items; but that
> seems unlikely, and certainly there was no promise it would work.

They'd have to be doing it by using builtin queries ("typeset -m",
"alias -m", etc. etc.), which is even more unlikely.  Hash tables
substituted onto the command line still aren't sorted --- I only changed
it for cases where the output is printed immediately, so:

% typeset -A hashtable
% hashtable=(a A b B c C d D e E f F g G)
% print ${(kv)hashtable}
f F g G a A b B c C d D e E

(It confused me when I tried it with just a, b and c to begin with...)
There have always been the "o" and "O" flags to request an order here,
anyway.

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


To access the latest news from CSR copy this link into a web browser:  http://www.csr.com/email_sig.php

To get further information regarding CSR, please visit our Investor Relations page at http://ir.csr.com/csr/about/overview


      reply	other threads:[~2007-02-07 16:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-06 21:42 Peter Stephenson
2007-02-07 10:10 ` Peter Stephenson
2007-02-07 16:09   ` Bart Schaefer
2007-02-07 16:06 ` Bart Schaefer
2007-02-07 16:33   ` Peter Stephenson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200702071633.l17GXRqR014288@news01.csr.com \
    --to=pws@csr.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).