* Final (?) update to declarednull branch
@ 2020-12-13 22:09 Bart Schaefer
2020-12-18 5:13 ` Bart Schaefer
0 siblings, 1 reply; 2+ messages in thread
From: Bart Schaefer @ 2020-12-13 22:09 UTC (permalink / raw)
To: Zsh hackers list
This was pushed a few days ago but I was waiting to see if anyone
commented on the $empty[(i)] thread. No one has, so I have left that
as it was.
The current tip of the declarednull branch in zsh git has added a test
script (E03) for the changes, leaving the original tests alone. As
suggested elsewhere, the POSIXBUILTINS option enables this behavior.
There's exactly one test for this so it's easily swapped for some
other (new?) option. That does mean, though, that you can do this:
() {
typeset -ga zsharray
setopt localoptions posixbuiltins
typeset -ga posixarray
}
typeset -p zsharray posixarray
print $+zsharray $+posixarray
which yields
typeset -a zsharray=( )
typeset -a posixarray
1 0
Any further remarks from other maintainers? If we're interested in
merging this, I'll post a complete patch for a reference X-Seq number.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Final (?) update to declarednull branch
2020-12-13 22:09 Final (?) update to declarednull branch Bart Schaefer
@ 2020-12-18 5:13 ` Bart Schaefer
0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2020-12-18 5:13 UTC (permalink / raw)
To: Zsh hackers list
On Sun, Dec 13, 2020 at 2:09 PM Bart Schaefer <schaefer@brasslantern.com> wrote:
>
> This was pushed a few days ago
Apparently it wasn't, so it's just as well nobody has commented on
this. Two files somehow got lost.
It HAS been pushed, now.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-18 5:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-13 22:09 Final (?) update to declarednull branch Bart Schaefer
2020-12-18 5:13 ` Bart Schaefer
zsh-workers
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://inbox.vuxu.org/zsh-workers
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V1 zsh-workers zsh-workers/ http://inbox.vuxu.org/zsh-workers \
zsh-workers@zsh.org
public-inbox-index zsh-workers
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://inbox.vuxu.org/vuxu.archive.zsh.workers
code repositories for the project(s) associated with this inbox:
https://git.vuxu.org/mirror/zsh/
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git