zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@zsh.org
Subject: Re: zsh 5.1.1-test-1
Date: Sat, 21 Nov 2015 14:25:04 -0800	[thread overview]
Message-ID: <151121142504.ZM17033@torch.brasslantern.com> (raw)
In-Reply-To: <20151121190908.GA1249@ruderich.org>

On Nov 21,  8:09pm, Simon Ruderich wrote:
}
}     VCS_INFO_maxexports:7: array parameter zle_bracketed_paste created globally in function VCS_INFO_maxexports

That's actually coming directly from Src/Zle/zle_main.c where there is a
call to setaparam("zle_bracketed_paste", ...) -- that function now issues
a warning if used at top-level, and should be replaced by assignaparam().

We're going to have to do a sweep of the sources for non-special variables
that are set with set?param() after dotfiles have been loaded, especially
various autoloaded nonspecial parameters from modules [see Src/module.c
add_autoparam()].

}     VCS_INFO_nvcsformats:13: array parameter msgs created globally in function VCS_INFO_nvcsformats

This one is coming from a "zstyle" call.  Another unexpected side-effect
of testing warn_create_global at a lower level.


  reply	other threads:[~2015-11-21 22:25 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-21 18:35 Peter Stephenson
2015-11-21 18:54 ` Pascal Wittmann
2015-11-21 19:09 ` Simon Ruderich
2015-11-21 22:25   ` Bart Schaefer [this message]
2015-11-22 14:31   ` Christian Heinrich
2015-11-22 15:31   ` Peter Stephenson
2015-11-24  7:41     ` Simon Ruderich
2015-11-21 23:01 ` Test/V01private.ztst skipped (was: zsh 5.1.1-test-1) Daniel Shahaf
2015-11-22  1:09   ` Bart Schaefer
2015-11-25  1:44     ` Daniel Shahaf
2015-11-22  1:14   ` Bart Schaefer
2015-11-22  7:51     ` Bart Schaefer
2015-11-22 10:54 ` zsh 5.1.1-test-1 Sebastian Gniazdowski
2015-11-22 11:48 ` Manuel Presnitz
2015-11-22 12:23   ` Mikael Magnusson
2015-11-22 16:09   ` Peter Stephenson
2015-11-22 16:52     ` 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=151121142504.ZM17033@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@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).