Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Possibly excessive WARN_CREATE_GLOBAL
- X-seq: zsh-workers 37190
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Possibly excessive WARN_CREATE_GLOBAL
- Date: Sun, 22 Nov 2015 09:52:12 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:to:subject:mime-version:content-type; bh=yg66Rqm35CCe4GqUQai1GdLoi3Xt5jFmKn1mA95ayqQ=; b=1d1d+cj078W7DYr4o1sKVpQJPe8M8YxfiIxKnuDn77GkdNUrTC0mD6e+bkURWJy0jP SZE3k+LczoCULC5YTcoi6X8vtG5fWTqMYCToPKW9McaNRno7ksVjJ97kB6RXySiH0uo/ d6G9OLU5nAiBaeJXH+SKckkwhgkXvHFbEq0+0Q+lSYRZ6br7wrgjBaKxj8xRX4tcFsip Akl1yAn1hx+FROrblI0S1ldD27yQpHAViLJOdujqpABs3GHwABDB2PSkjUe8pFiIQjUR qK45xQSjvzJF9zVKJwnqlTagbZ0hjwOvbago8+MlaFc4iswpVTTyCcwsNv1Fdndd/F9O X+qQ==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
It appears that none of the currently-existing modules create non-special
autoloaded parameters, so the setsparam() and setaparam() calls in module.c
do not presently cause any issues.
However, do we want to be complaining about REPLY, reply, match, mbegin,
mend, MBEGIN, MEND, and BASH_REMATCH?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author