Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: print_exit_value unset in an scheduled function, yet still active
- X-seq: zsh-workers 44790
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: print_exit_value unset in an scheduled function, yet still active
- Date: Sat, 28 Sep 2019 10:21:48 +0200
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=AoEs0qgZB+2nv8q6ZjCjN7+JcSctGw5k1Ed4SZ3tEHw=; b=XWdd29nMeTCEPQioHUQArbvKIj314YymUlKnHYzR5avOdEHBWropeCnVknBD4/+/h3 24swUgb+h5QP+fW9o1MKon1xLp9PiGV+f+/4m24tdp/R2Am8UyDl22882sIETd2dWcYf G6oJu8ztyNBJBjQVMVv1kRXxq2fhkSu4TSFLbsJEYUEy4WpZPIx2cdnhhVtvNR8rgwTi joPg/Y9vGdQbkGQFfCYnK0Iw5NEnzkU9fZAUj627mis9E6FBYTKaV4uiqiuoTRAJnnMS 8cc56oH261CZz1WqKF6mHhC/7U9470zW4YUcuPeK4juelkmhXFNDiP2qKpr5vS9JN49X or2w==
- In-reply-to: <CAH+w=7ZkBUNDmNP+8pUZrXqRhRF0xwY1eTwHHgmAibsDBkUEGg@mail.gmail.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>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVBKO33b4rr-Bs3p18KKp1bcnLgtNhyuKjU-y1sB2k1aLQ@mail.gmail.com> <CAH+w=7ZkBUNDmNP+8pUZrXqRhRF0xwY1eTwHHgmAibsDBkUEGg@mail.gmail.com>
On Thu, 26 Sep 2019 at 21:49, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> If the question instead is "why did printexitvalue become unset inside
> the function": It's always turned off on entry to a function, so that
> only the exit value of the function itself will later be printed,
> exactly as happened here.
Thanks, that was the question.
--
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Blog: http://zdharma.org
Messages sorted by:
Reverse Date,
Date,
Thread,
Author