zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Zsh Users <zsh-users@zsh.org>
Cc: Marc Chantreux <eiro@phear.org>
Subject: Re: dangerous behavior of while in zsh 5.6 ?
Date: Wed, 3 Oct 2018 13:54:46 -0700	[thread overview]
Message-ID: <CAH+w=7adyJUKgfCQz6yzEMUDMyqEi-B+akhi0Py4R37C-y82YQ@mail.gmail.com> (raw)
In-Reply-To: <20181003162552.GA14697@prometheus.u-strasbg.fr>

On Wed, Oct 3, 2018 at 9:26 AM Marc Chantreux <eiro@phear.org> wrote:
>
> i have the same behavior when interactive but no syntax error otherwise.
>
> instead:
>
>     {   repeat 2 print $[i++]
>         while (( i-- )) print $i
>     } |sed 10 | xargs

This shows a critical missing bit of detail from your original
message:  The while loop is inside a { } expression.  The parser
treats the close-brace as terminating the loop with an empty body.  If
this had been in a script file with end-of-file at that point, you
would have received the syntax error.

% { while false
cursh while> }
%

This potentially does indicate a parsing problem in 5.6, because in 5.0:

% { while false
cursh while> }
zsh: parse error near `}'

  parent reply	other threads:[~2018-10-03 20:55 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-03 14:38 Marc Chantreux
2018-10-03 15:28 ` Bart Schaefer
2018-10-03 16:25   ` Marc Chantreux
2018-10-03 17:47     ` Daniel Shahaf
2018-10-03 20:47       ` nat() in pure shell Marc Chantreux
2018-10-03 22:08         ` Daniel Shahaf
2018-10-03 23:23           ` Marc Chantreux
2018-10-08 10:38           ` Vincent Lefevre
2018-10-04 15:50         ` Bart Schaefer
2018-10-03 20:54     ` Bart Schaefer [this message]
2018-10-03 21:06       ` dangerous behavior of while in zsh 5.6 ? Marc Chantreux

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='CAH+w=7adyJUKgfCQz6yzEMUDMyqEi-B+akhi0Py4R37C-y82YQ@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=eiro@phear.org \
    --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).