Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [BUG] err_exit misbehaviour involving function call inside else
- X-seq: zsh-workers 42127
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: dana <dana@xxxxxxx>
- Subject: Re: [BUG] err_exit misbehaviour involving function call inside else
- Date: Thu, 14 Dec 2017 15:00:45 -0800
- Cc: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ZKY+JKF82JhL4lzQA+YeUjQmf6SUkYX+HPmPdW6GP4M=; b=u9vmvlafCxHHQVN6aauemKY9SThwVofuIjPiqdNAITzhk2rncL0iRysnaf4l/9vu3s 8eEuBlZcRIHRySYktwTmZmrUZpSlHZ0ACTKXZbJzU5drIuHYIjEFuJVRJSPwYoCxtlPA fXgQlXA5VpVuG+fH4gwMDrBpmGALmJurWNrVo+Tpw67RGMbd7V8lIw4zSsVMz4VQF46b 4ZfYEj4QAnw1gY7b1cZ0bnQl7N5ey4HYC9hIc7bme3MeV2gaqOHqZK+0vYWjXOaBoDmB bXQh7Bguz4CvYYRKmK51QrQvhT0XzPNuj8alt96yTRAzA6jMqFJuwFbKDyPoZBWLyDTV 0rXA==
- In-reply-to: <E908A97A-5F6B-4C97-AE8E-7FA89547B03B@dana.is>
- 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
- References: <E908A97A-5F6B-4C97-AE8E-7FA89547B03B@dana.is>
On Thu, Dec 14, 2017 at 2:40 PM, dana <dana@xxxxxxx> wrote:
>
> It seems like it has something to do specifically with calling a function inside
> the body of an `else`.
See the thread w/Subject: "set -e" handling is broken with zsh 5.3.1 and 5.4.1
In particular workers/41608 and workers/41615 ... I wonder if you have
found the regression that wasn't found at the time of that patch.
At the very least this sounds related.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author