Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: "set -e" handling is broken with zsh 5.3.1 and 5.4.1
- X-seq: zsh-workers 41612
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: "set -e" handling is broken with zsh 5.3.1 and 5.4.1
- Date: Mon, 28 Aug 2017 01:25:31 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=0zGBGk tZGWAjd+WYMaMbOBsnnd8UNe0x0GXF3AdaC4g=; b=GvqywviHZIgzzvIRI7giYG MVec87rp83B8jECxtR2DTibdpcltm/ObVAItlGwwNXs9Np1ulvrBpvkHNt6N16nA WIyl9+kTWNJsbpoHxmv+8l8NfSB789iB+esC18gWJT+AUFyZuH7QTQ5rW8EjTk4Q 4LyF2EIVOv28tK9gpY87PRmSBhbGdzqdgPlPV0YRD+vKUWCs/Nbn24p6JkCZjj6B VdfY7ZXw5/MHTfFHyc+hOZnL+/sl4CA0UOwSqL8/Ib0noX5FKm9UIS8MMRX8dlua ezBOKTv6QTg7YNTrzlmVHouGNaJbOeWpfODLXZqMnfiw5UIu87us1F40E4YjQT9Q ==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=0zGBGk tZGWAjd+WYMaMbOBsnnd8UNe0x0GXF3AdaC4g=; b=XRuLABOEinIWmAQyNrJOiV EfCLZ7KkkPJ9ypbwNYs+3TN6F0XADYkfJEVm/eZU0KJfKDS1IN4LAkito+Aw5/2n eyIbFTe+uvddsrq5Xe+Xonxj4yrO+aD8HvGQDdcsVWklrSCU8jWAXGdZoS2g5J1s /yYd0H409PcFVgZ615dj5dRlk7iYoeOu1uWPlp/bD65tnz0zTwMOsdUhpBuLRurp FFQY/2s5NEhCjdI/zAzjgsUu5qDPtRtWAt1HlcYHuKa3VauJZ7d8+rJkaj7MijNu GyPrqHjz6g+4Gzdl/e9xGzPHKzqB9pSvfMXcQV/j8RiOG6Glh3vgTprS7s8i5sSw ==
- In-reply-to: <20170827222618.GA3398@zira.vinc17.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20170827005040.GA12622@zira.vinc17.org> <20170827195648.6f078249@ntlworld.com> <20170827222618.GA3398@zira.vinc17.org>
Vincent Lefevre wrote on Mon, 28 Aug 2017 00:26 +0200:
> Perhaps it was needed in the past, and no longer makes sense now.
> Have you looked at the diff that introduced it,
It's this one:
commit d6a32ddeed914434f5b56b013c9d03b28781d065
Author: Barton E. Schaefer <schaefer@xxxxxxx>
Date: Sat Dec 27 21:55:58 2014 -0800
34065: following an "if" condition, do not test lastval for ERR_EXIT until a new command is run
Includes unposted regression tests.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author