Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: A serious bug in execution – where to debug?
- X-seq: zsh-workers 44600
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- Subject: Re: A serious bug in execution – where to debug?
- Date: Tue, 30 Jul 2019 11:27:53 -0700
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=fbUB0fzMrNLckmQ1M5/421FkzdRJ1H2GP1lD9uEuw0k=; b=PhQxM4r1xzAiSsiCiSFkEXvza+psE35OTo4KoaCZR79IECot/1R+Yv7H1Nyqds6CuV WVeL6JYY3/8x88ezRC+GyCv5UThAFWa0E4/WohwfZCv78IsUm201ovB+1gbs/qXnqRgZ BQ6Oy0X92p9DCWe+EZgUpo5J4q/OPILgNTEydoPjErZPwTBT+yoeEWeM6D9BolwYcmkN MztJBuyTi8lEDyC+s2icLtP1Zp584v8wb/EwLFK3Jj/xcYTQkCe0FSzEfM536bnWnYfl hsfIom3bN0/JwYe9vJz3g8YV+WEaiImOLHN1M4bL1Ngp4Nq46wx2f+iHgPMSQDcvIpil PSFA==
- In-reply-to: <CAKc7PVCKrg_PnZ6jKLoAwR8XQnswT-Bs2TJA7oefhd_gRtHKUQ@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: <CAKc7PVCKrg_PnZ6jKLoAwR8XQnswT-Bs2TJA7oefhd_gRtHKUQ@mail.gmail.com>
On Tue, Jul 30, 2019 at 10:01 AM Sebastian Gniazdowski
<sgniazdowski@xxxxxxxxx> wrote:
>
> If I remove the conditional from its third line, i.e. change the line
> to:
>
> ZPLG_REPORTS[_dtrace/_dtrace]+="$2"$'\n'
>
> then the problem disappears.
If you change the [[ ... ]] && ... to an if/then, does the behavior change?
If you add a "return" or "return $?" at the end of the function, does it change?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author