Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh 5.0.2-test-1 is available



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