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 47430
- From: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: zcompile bug? zcompile on a single script setting up a chpwd function
- Date: Wed, 7 Oct 2020 10:12:46 +0200
- Archived-at: <https://zsh.org/workers/47430>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2020-10/CAN%3D4vMoxN9xO02zXmvs6rLH2j4kHKJnFsHx88L6wbgPg%2BQJFyw%40mail.gmail.com>
- Authentication-results: zsh.org; iprev=pass (mail-io1-f52.google.com) smtp.remote-ip=209.85.166.52; 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=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=kqnTO6hUVK8R8OYuXycn+BDe9W3BwfbuLSVBUJqSFRw=; b=N1joMtLMdqwdPryMzXPy0qgkDwu8+Lv9crWFKJabiuuP516FB5mwkLn9cY5WK56pIa r3B095svNdpHyNSki0B0TOYClwcWQPIBjOSGvMDoCbYJVd8mHSLZSw+tVDqSDa2cazA9 f6K3K2CQKNZyb+VbrmxCAkD+WkhkpOGdEP9ihks/7rsrOBQ6w4jg0cALxV6H5oyDOhhs tb5lOckIxjHbl0A11Dk65aVHROPJPT4opIFLLo3biW51LCJnyegfhKJkoGkTbvYeCOrP TNohQs8WsftRPC0PRe20/0cJXj4Nk0rfik6p252OD42CUkdB6i30BAd2NlAlVKaFtKqn Yolg==
- In-reply-to: <20201007080915.a353fhv3pxdku7kc@ZENIX>
- 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>
- References: <20201007074832.xharzoxhtecnjovy@ZENIX> <CAN=4vMpj-cGcJsLrpdcRNvuex1cOYkw5rPrQL=trmt=K-2oKEg@mail.gmail.com> <20201007080915.a353fhv3pxdku7kc@ZENIX>
- Sender: zsh-workers-request@xxxxxxx
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.
Roman.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author