From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10398 invoked by alias); 7 Sep 2016 09:40:18 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 39214 Received: (qmail 26328 invoked from network); 7 Sep 2016 09:40:18 -0000 X-Qmail-Scanner-Diagnostics: from 195.159.176.226 by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(195.159.176.226):SA:0(2.5/5.0):. Processed in 0.109221 secs); 07 Sep 2016 09:40:18 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: ** X-Spam-Status: No, score=2.5 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, NML_ADSP_CUSTOM_MED,RDNS_NONE autolearn=no autolearn_force=no version=3.4.1 X-Envelope-From: gcszd-zsh-workers@m.gmane.org X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at m.gmane.org does not designate permitted sender hosts) X-Injected-Via-Gmane: http://gmane.org/ To: zsh-workers@zsh.org From: Stephane Chazelas Subject: [bug] "zmodload -F zsh/system -p:errnos" disables $sysparams instead of $errnos Date: Wed, 7 Sep 2016 10:39:18 +0100 Message-ID: <20160907093918.GB11851@chaz.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@blaine.gmane.org User-Agent: Mutt/1.5.21 (2010-09-15) Content-Disposition: inline /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