zsh-users
 help / color / mirror / code / Atom feed
From: Kannan Varadhan <kvaradhan3@gmail.com>
To: Eric Cook <llua@gmx.com>, zsh-users@zsh.org
Subject: Re: Should zipping two empty arrays result in empty string?
Date: Sat, 31 Dec 2016 21:18:26 -0800	[thread overview]
Message-ID: <f360e541-0993-db23-902b-174b08b2cad4@gmail.com> (raw)
In-Reply-To: <98007a1c-8cd4-f6bf-36c4-65f046e8bc17@gmx.com>

Isn't this identical to

% for i in "" ; do typeset -p i ; done

which yields exactly one iteration, as I would expect?


Kannan

On 12/31/16 7:49 PM, Eric Cook wrote:
> The following code results in a single loop
>
> a=() b=(); for n in "${(@)a:^b}"; do typeset -p n; done
> typeset n=''
>
> My question is, would anyone expect that? or would the you expect
> nothing to expand, resulting in the loop not iterating?


  reply	other threads:[~2017-01-01  5:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-01  3:49 Eric Cook
2017-01-01  5:18 ` Kannan Varadhan [this message]
2017-01-01  8:50   ` Eric Cook
2017-01-01  9:17     ` Eric Cook
2017-01-01 20:24 ` Bart Schaefer
2017-01-01 20:27   ` [PATCH] zipping two empty arrays should not result in empty string Bart Schaefer

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=f360e541-0993-db23-902b-174b08b2cad4@gmail.com \
    --to=kvaradhan3@gmail.com \
    --cc=llua@gmx.com \
    --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).