Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 5.0.2-test-1 is available
- X-seq: zsh-users 18120
- From: Phil Pennock <zsh-workers+phil.pennock@xxxxxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- Subject: Re: zsh 5.0.2-test-1 is available
- Date: Thu, 7 Nov 2013 14:18:06 -0500
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=spodhuis.org; s=d201210; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=7MCHjUZC1JKMW9IY9tcFvI8VhxK6nnUU8znXGpi5u28=; b=bCeeoPdm130XWYsum35Sp6fqKdaf8MVMToSShZnAwSVs2N/zbACGdw+Zj/mVlbRBzX+mL/oyGCcwn7lqOghgk373LJlpXjn+n7tGC1by4h0HJs+YsNabbiCdyua3odMZT6nwdiBEAmM/ZMjWC3AN5mj1dKt25TRgXLx8UY/rJM0=;
- In-reply-to: <20131107160551.7aa195dc@pwslap01u.europe.root.pri>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: Peter Stephenson <p.stephenson@xxxxxxxxxxx>, zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Openpgp: url=https://www.security.spodhuis.org/PGP/keys/0x3903637F.asc
- References: <20131106202321.4a48c77b@pws-pc.ntlworld.com> <20131107153315.GW3544@sym.noone.org> <20131107160551.7aa195dc@pwslap01u.europe.root.pri>
On 2013-11-07 at 16:05 +0000, Peter Stephenson wrote:
> On Thu, 07 Nov 2013 16:33:15 +0100
> Axel Beckert <abe@xxxxxxxxxxxxxxx> wrote:
> > /home/abe/.zsh/grml-etc-core/etc/zsh/zshrc:zmodload:984: failed to add builtin `zstat'
>
> That means the module loaded, but there was already a conflicting
> builtin named "zstat" --- at least that's the only likely reason
> for that error I can see, unless the builtin table is very badly messed
> up.
So there is a regression here.
My startup files do:
zmodload -F zsh/stat b:zstat
With that run, `zmodload` does *not* list the zsh/stat module, in either
5.0.2-test-1 or 5.0.2.
However, If I then run `zmodload -a zsh/stat zstat` then in 5.0.2 it
succeeds silently, but in 5.0.2-test-1 I see the error which Axel
reports.
-Phil
Messages sorted by:
Reverse Date,
Date,
Thread,
Author