Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[bug] "zmodload -F zsh/system -p:errnos" disables $sysparams instead of $errnos
- X-seq: zsh-workers 39214
- From: Stephane Chazelas <stephane.chazelas@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [bug] "zmodload -F zsh/system -p:errnos" disables $sysparams instead of $errnos
- Date: Wed, 7 Sep 2016 10:39:18 +0100
- 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
/not/ related to the other $errnos issue I just raised,
on Debian amd64 with the git head like for the 5.2 installed
there:
$ zmodload zsh/system
$ zmodload -Fl zsh/system
+b:syserror
+b:sysread
+b:syswrite
+b:sysopen
+b:sysseek
+b:zsystem
+f:systell
+p:errnos
+p:sysparams
$ zmodload -F zsh/system -p:errnos
$ zmodload -Fl zsh/system
+b:syserror
+b:sysread
+b:syswrite
+b:sysopen
+b:sysseek
+b:zsystem
+f:systell
+p:errnos !!!
-p:sysparams !!!
$ echo $+errnos $+sysparams
1 0
That could be a regression as it worked OK with 4.3.12-dev-1-cvs
on Ubuntu 12.04.
After fixing the other issue (using gcc -E -P), this issue
remains.
--
Stephane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author