From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17502 invoked by alias); 5 Dec 2016 09:38:44 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 40093 Received: (qmail 3877 invoked from network); 5 Dec 2016 09:38:44 -0000 X-Qmail-Scanner-Diagnostics: from ioooi.vinc17.net by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(92.243.22.117):SA:0(-2.9/5.0):. Processed in 1.506629 secs); 05 Dec 2016 09:38:44 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: vincent@vinc17.net X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at vinc17.net does not designate permitted sender hosts) Date: Mon, 5 Dec 2016 10:28:02 +0100 From: Vincent Lefevre To: zsh-workers@zsh.org Subject: Re: zsh 5.2-test-1 Message-ID: <20161205092802.GA20311@zira.vinc17.org> Mail-Followup-To: zsh-workers@zsh.org References: <20161202203009.2eee2e4b@ntlworld.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20161202203009.2eee2e4b@ntlworld.com> X-Mailer-Info: https://www.vinc17.net/mutt/ User-Agent: Mutt/1.7.1-6878-vl-r94147 (2016-11-29) [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 - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)