Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[bug] "zmodload -F zsh/system -p:errnos" disables $sysparams instead of $errnos



/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