Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 5.2-test-1
- X-seq: zsh-workers 40093
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: zsh 5.2-test-1
- Date: Mon, 5 Dec 2016 10:28:02 +0100
- In-reply-to: <20161202203009.2eee2e4b@ntlworld.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20161202203009.2eee2e4b@ntlworld.com>
[Moved to zsh-workers]
On 2016-12-02 20:30:09 +0000, Peter Stephenson wrote:
> I've uploaded a test version prior to zsh 5.3 to.
>
> http://www.zsh.org/pub/development/
>
> If you get the opportunity, please try it to see if there is anything
> that needs fixing immediately.
I've tested Debian's build, and there is a regression in at least
one of my zsh scripts. This corresponds to the following test:
Working zsh:
ypig% echo $ZSH_VERSION
5.2
ypig% set -e; for i in a b; do echo $i; false && true; done; echo OK
a
b
OK
ypig%
Test build:
zira% echo $ZSH_VERSION
5.2-test-1
zira% set -e; for i in a b; do echo $i; false && true; done; echo OK
a
b
zsh: exit 1 zsh -f
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author