From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12926 invoked by alias); 9 Sep 2011 21:46:24 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29758 Received: (qmail 27787 invoked from network); 9 Sep 2011 21:46:23 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.161.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:user-agent:date:message-id:mime-version :content-type:content-transfer-encoding; bh=39gzTiqZdudMjMCdol++gVCB+Cy2isqd1i2zN8flc84=; b=rtlLDqm0MafnuJ14/JsmUo7IWL5HgJorv4oE5APgT4+Rz4LfnLKUPRpACkSKRVLJ26 Q9QH9jB76aNWmYw8KqsstIRf+Wk9it8GwjbUxW6gKTXfS6egmEdoM4ufkIm0UwvB6PHu 1ZNAM8ZYZdz9kMSDdMmJgahG4HZMCMYDYHfB0= From: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= To: zsh-workers@zsh.org Subject: warn_create_global warnings in current trunk User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Date: Fri, 09 Sep 2011 23:35:23 +0200 Message-ID: <87sjo52yck.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Out of curiosity I've switched the option on in my .zshrc, and here are the three warnings I'm getting (running recent trunk version; "created globally in function" elided from the warning messages for conciseness): compaudit:118: array parameter _i_ulwdirs update_current_git_vars:4: scalar parameter _GIT_STATUS update_current_git_vars:5: array parameter __CURRENT_GIT_STATUS (I first thought about sending a patch, but after looking at compaudit I figured leaving the fixes to the respective authors were the better option.) --=20 =C5=A0t=C4=9Bp=C3=A1n