zsh-workers
 help / color / mirror / code / Atom feed
* [bug] "zmodload -F zsh/system -p:errnos" disables $sysparams instead of $errnos
@ 2016-09-07  9:39 Stephane Chazelas
  2016-09-07 10:35 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Stephane Chazelas @ 2016-09-07  9:39 UTC (permalink / raw)
  To: zsh-workers

/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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-07 13:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-07  9:39 [bug] "zmodload -F zsh/system -p:errnos" disables $sysparams instead of $errnos Stephane Chazelas
2016-09-07 10:35 ` Peter Stephenson
2016-09-07 13:39   ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).