zsh-users
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.stephenson@samsung.com>
To: Phil Pennock <zsh-workers+phil.pennock@spodhuis.org>, zsh-users@zsh.org
Subject: Re: zsh 5.0.2-test-1 is available
Date: Fri, 08 Nov 2013 09:38:22 +0000	[thread overview]
Message-ID: <20131108093822.1534aa88@pwslap01u.europe.root.pri> (raw)
In-Reply-To: <20131108071627.GA6216@redoubt.spodhuis.org>

On Fri, 08 Nov 2013 02:16:27 -0500
Phil Pennock <zsh-workers+phil.pennock@spodhuis.org> wrote:
> In zsh, you can call `zmodload -a zsh/stat zstat` repeatedly without an
> error, up until you call `zstat`.  Once `zstat` has been invoked, future
> calls to `zmodload -a zsh/stat zstat` will spew an error and return 1.

Right, that's always how it worked.  I suspect Axel's problem is some
similar clash in startup files; I can't think of another explanation
that makes sense.  A full set -x trace at boot looking for references to
zsh/stat and zstat would probably show.

I think the problem with making this silent is it's not currently
trivial to check that the builtin that's there is actually the same as
the one you're trying to add, so in theory it's not safe to ignore
(though in practice we don't produce modules with conflicting builtins).
It shouldn't be that difficult to do the check properly, though, and
that ought to resolve the issue.

pws


  reply	other threads:[~2013-11-08  9:38 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-06 20:23 Peter Stephenson
2013-11-06 21:57 ` Phil Pennock
2013-11-07 15:33 ` Axel Beckert
2013-11-07 16:05   ` Peter Stephenson
2013-11-07 19:18     ` Phil Pennock
2013-11-08  1:36       ` Bart Schaefer
2013-11-08  3:16         ` Axel Beckert
2013-11-08  6:01           ` Bart Schaefer
2013-11-08  7:16         ` Phil Pennock
2013-11-08  9:38           ` Peter Stephenson [this message]
2013-11-08 14:39             ` Bart Schaefer
2013-11-08 16:11               ` Peter Stephenson
2013-11-09  2:11                 ` Bart Schaefer
2013-11-09  3:35                   ` John
2013-11-09  5:20                     ` Shawn Wilson
2013-11-09 22:32                   ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131108093822.1534aa88@pwslap01u.europe.root.pri \
    --to=p.stephenson@samsung.com \
    --cc=zsh-users@zsh.org \
    --cc=zsh-workers+phil.pennock@spodhuis.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).