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 44596
- From: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- To: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- Subject: Re: A serious bug in execution – where to debug?
- Date: Tue, 30 Jul 2019 20:12:19 +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=P90SZJilOA6Q2oXmrX64VsIrLltHUeJowoU17H/HyI4=; b=Cc7GkuEWXEL9geJT+wpkIbpEwY4ktxBQhXHbxMZ5kt+/oOStv77iN9l07sFMgpKBT7 j0aYt/bFPwmXVmNe7CVq9GKMc/x4twbgjVsPA474W6yH96jxQuZRgXjwcOE8m0SxSHKW c6JSeZl8AEM7F0eiPMvmLCOVGMEfW26C21mgZXgytCgbfT+LpH8RvddYdV34eyIqw7Az xkhrV9WaECbZtRhZSKLv/lLDopW1WKdWNY+uUTdQ7IJh/tQ6Xv0R4cN59FasxuUMq8YQ WUC0kDPr18SQUjPphBAP6GB/C9Ns5z7HJMpEnMZVhQQgooUKsjU4Lrjo3sBmLDV9wCYI 8tIQ==
- In-reply-to: <CAKc7PVCn0PNzu5PxCW=nwZ6unt5CtTarPOo387yvg0+bekuSyQ@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> <CAN=4vMpWFR=_TPZ2hcQC_FvKSiPFW2_isn_BYxYaoUKLqu-4Gw@mail.gmail.com> <CAKc7PVCn0PNzu5PxCW=nwZ6unt5CtTarPOo387yvg0+bekuSyQ@mail.gmail.com>
On Tue, Jul 30, 2019 at 7:55 PM Sebastian Gniazdowski
<sgniazdowski@xxxxxxxxx> wrote:
> Yes, implementation of plugin effects withdrawal (i.e. unloading)
> bases on this. I saw that your initialization of the prompt is called
> from precmd, where the shadowing isn't active. So (today) I've
> implemented: on-demand wrapping of any function call with the
> shadowing-enabling code, and then after a single call unwrapping. This
> way I'm able to unload your plugin.
When you unload plugins, you also remove temporary files and kill
background daemons, right?
Roman.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author