zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users@zsh.org
Subject: Re: zsh 5.0.2-test-1 is available
Date: Thu, 07 Nov 2013 17:36:27 -0800	[thread overview]
Message-ID: <131107173627.ZM24325@torch.brasslantern.com> (raw)
In-Reply-To: <20131107191806.GA85153@redoubt.spodhuis.org>

On Nov 7,  2:18pm, Phil Pennock wrote:
}
} 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.

I just checked out commit daa828bc51b48110f0a584fa2b74895d2cc761c1 and
compiled it.  I get the same error message in 5.0.2 as in -test-1.

schaefer<501> zmodload -F zsh/stat b:zstat
schaefer<502> zmodload -a zsh/stat zstat
zmodload: failed to add builtin `zstat'
schaefer<503> print $ZSH_VERSION $ZSH_PATCHLEVEL
5.0.2 1.5778

In fact:

burner% zmodload -F zsh/stat b:zstat
burner% zmodload -a zsh/stat zstat
zmodload: failed to add builtin `zstat'
burner% print $ZSH_VERSION $ZSH_PATCHLEVEL
4.3.17 Debian


So I don't know why you weren't getting the error message before, but
it's not a code regression.

Aside:  This is a bit weird:

torch% zmodload -a zsh/stat
zmodload: zsh/stat: `/' is illegal in a builtin

zmodload not checking that it has the correct number of arguments?

-- 
Barton E. Schaefer


  reply	other threads:[~2013-11-08  1:36 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 [this message]
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
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=131107173627.ZM24325@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.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).