Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Parse error (lack thereof) on incomplete loops
- X-seq: zsh-workers 43595
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Parse error (lack thereof) on incomplete loops
- Date: Thu, 4 Oct 2018 08:49:06 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=x5O0B2enu/87WoKN0S9qMD9M82TQioAwjil+PlUe/O8=; b=LRC0/j1w3z9ndoIBq8JZ96e831QzgmorMqtBDCig163dJfm9FtKMi1pT1cOnkvXHcR JOcqAGQ9Co6PVk7m7S6rpEdhdC+ihTjKPdMYsSoz/9eCSkMiek46DoXvkGYv7JwKMvB/ DMuJfbUIybuEZkGWXvmh20e5wCQdyOkDiuJLhKbO2PlGx9POldolazJCaZYPCQhHHulk rWq1rUjgGzutbay2VzBTuFYvRnOuaXIsUUFimRr1N46Y/xJ0wdohAcJafjC48ZAylXgU YBN1wPI2UyZbFt8DslWNIiZxLI98gNI/cFSUBDcRXbyvNzq/7yqmvN9TTuHXG7sSYbq5 yJPQ==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
This went by in a zsh-users thread so it may have been missed:
% { while false
cursh while> }
%
This indicates a parsing problem in 5.6, because in 5.0:
% { while false
cursh while> }
zsh: parse error near `}'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author