zsh-users
 help / color / mirror / code / Atom feed
From: Ray Andrews <rayandrews@eastlink.ca>
To: zsh-users@zsh.org
Subject: Re: easy calling of associative array?
Date: Wed, 04 Nov 2015 06:48:47 -0800	[thread overview]
Message-ID: <563A1ACF.4020902@eastlink.ca> (raw)
In-Reply-To: <151103075730.ZM18820@torch.brasslantern.com>

On 11/03/2015 07:57 AM, Bart Schaefer wrote:
> Using "typeset -gA ary" in "middle" prevents this; it says "don't declare
> a new local parameter, use the one that is already in scope."
>
> The usage with "-g ary[idx]" says "don't attempt to index into a new local
> parameter $ary, instead index into the existing $ary if there is one."
> Which is what you want if the name "ary" has been passed down through $1.
>
Ok, that's quite clear.  Thanks Bart.  Historian that I am, I expect 
that if the writers of the first shells realized how far their work 
would evolve, they'd have introduced rigorous C-ish scoping and typing 
at the getgo, since largeish projects sure could use it.  One is often 
unsure what is going on with variables when there are several  levels of 
functions.  This use of typeset sounds like excellent insurance.


  reply	other threads:[~2015-11-04 14:48 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-01 23:12 Ray Andrews
2015-11-01 23:55 ` ZyX
2015-11-02  0:49   ` Ray Andrews
2015-11-02  3:08     ` Bart Schaefer
2015-11-02  3:33       ` Ray Andrews
2015-11-02  6:51         ` Bart Schaefer
2015-11-02 15:43           ` Ray Andrews
2015-11-02 16:28             ` Bart Schaefer
2015-11-02 18:32               ` Ray Andrews
2015-11-02 19:37                 ` ZyX
2015-11-02 22:10                   ` Bart Schaefer
2015-11-02 22:50                     ` Ray Andrews
2015-11-02 21:05                 ` Bart Schaefer
2015-11-02 23:01                   ` Ray Andrews
2015-11-03 15:57                     ` Bart Schaefer
2015-11-04 14:48                       ` Ray Andrews [this message]
2015-11-04 16:39                         ` Bart Schaefer
2015-11-04 18:31                           ` Ray Andrews
2015-11-02 19:33             ` ZyX
2015-11-02 23:04               ` Ray Andrews

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=563A1ACF.4020902@eastlink.ca \
    --to=rayandrews@eastlink.ca \
    --cc=zsh-users@zsh.org \
    /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).