Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh 5.2-test-1



[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