Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zcompile bug? zcompile on a single script setting up a chpwd function
- X-seq: zsh-workers 47431
- From: Doron Behar <doron.behar@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: zcompile bug? zcompile on a single script setting up a chpwd function
- Date: Wed, 7 Oct 2020 11:18:42 +0300
- Archived-at: <https://zsh.org/workers/47431>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2020-10/20201007081842.yg4tqujh6gwhevp7%40ZENIX>
- Authentication-results: zsh.org; iprev=pass (mail-wr1-f47.google.com) smtp.remote-ip=209.85.221.47; dkim=pass header.d=gmail.com header.s=20161025 header.a=rsa-sha256; dmarc=pass header.from=gmail.com; arc=none
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=cmlUfZp7JU+slIIh1KqIhpKA9vJ1gzhkjc//2RhpjvE=; b=sCmewK6xsQTcjbzyXIZZmmH0VneMUhkeE5+qn7Z3J7J+6231TZ6l1E7Sn5wgHgVsbT UoOamyOqCXfH3l6jC87lt2yFzZu4i73IUZ2m4VsgJEfvcd4M4KSgPSH0oWlGMyvOhTg9 X70ryPkxJ4Cy4/a+iFCiabVp5RY9LF24L0CduGzQ7E3vvRm3AvB9cpqiGFCUxyGdZ72w 5VT8EBhhy1eofq2tS6SANUrXJ76G70Oh3ePxKQUyDRB/Gn2JT6SK9nc82TGpTK4MZ2+b o9youuT3qxyObN3+VnkvVgcm4M+cVmnYz5jGlse7fULFUxM+JVkWnSHWIqF2IWN9xazD eJbg==
- In-reply-to: <CAN=4vMoxN9xO02zXmvs6rLH2j4kHKJnFsHx88L6wbgPg+QJFyw@mail.gmail.com>
- List-archive: <http://www.zsh.org/sympa/arc/zsh-workers>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-workers.zsh.org>
- List-owner: <mailto:zsh-workers-request@zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-workers>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-workers>
- Mail-followup-to: zsh-workers@xxxxxxx
- References: <20201007074832.xharzoxhtecnjovy@ZENIX> <CAN=4vMpj-cGcJsLrpdcRNvuex1cOYkw5rPrQL=trmt=K-2oKEg@mail.gmail.com> <20201007080915.a353fhv3pxdku7kc@ZENIX> <CAN=4vMoxN9xO02zXmvs6rLH2j4kHKJnFsHx88L6wbgPg+QJFyw@mail.gmail.com>
- Sender: zsh-workers-request@xxxxxxx
On Wed, Oct 07, 2020 at 10:12:46AM +0200, Roman Perepelitsa wrote:
> On Wed, Oct 7, 2020 at 10:09 AM Doron Behar <doron.behar@xxxxxxxxx> wrote:
> >
> > The point is that I have done nothing that could corrupt the zwc file -
> > it's how zcompile generated it.
>
> Is it possible that you are executing `source taskwarrior.zwc` instead
> of `source taskwarrior`? You should always use the latter regardless
> of whether taskwarrior.zwc exists. When executing `source
> taskwarrior`, zsh automatically checks whether taskwarrior.zwc exists
> and is fresh enough.
Yes I read the docs. I `source taskwarrior`, not sourcing `.zwc`.
Doron.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author