From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2372 invoked by alias); 18 Jul 2013 09:44:59 -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: 31535 Received: (qmail 11171 invoked from network); 18 Jul 2013 09:44:43 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.212.181 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=5Fyvfqq9Sf7Fxm2woGE/tWZSpwxxRh7kSmQJ+f+zvCs=; b=ADEJt2t0BPVinwp8xLL8glgQaMZahixWTYPKoJiMSqgbmVHN8vRwn1fyF3MOoI63au 8csD4YdA+31iSJOxeOD/SS7/ERIFLPqRMS4BdhYNqtVlQWyVOofGei2sjT2eqewk49uo xmA+UKgCKuRKfu3CV0AIarePfT1lYpKmPHEpAyvten8wtqyWAixWTpExvSBwkZbaBqCK 156SSbdNTuQOD5D20wKO82YOdlEnAqkllgP9FEqbas6lFPtVAd824ZH20v+ipANDPxYj J151GgQ2PwEmS2GShOWyhJ0n5Es/WKU7zknfxgTMraIr3ea5SEqdfbfufhhJuatx7oM/ eG8Q== X-Received: by 10.194.87.9 with SMTP id t9mr8246565wjz.39.1374140674204; Thu, 18 Jul 2013 02:44:34 -0700 (PDT) Date: Thu, 18 Jul 2013 10:44:32 +0100 From: Stephane Chazelas To: Peter Stephenson Cc: zsh-workers@zsh.org Subject: Re: bug with eval, proc-subst and pipes Message-ID: <20130718094432.GA12262@chaz.gmail.com> Mail-Followup-To: Peter Stephenson , zsh-workers@zsh.org References: <20130715133525.GA7694@chaz.gmail.com> <130715100624.ZM14123@torch.brasslantern.com> <20130716215540.22d88a27@pws-pc.ntlworld.com> <130717000027.ZM15643@torch.brasslantern.com> <20130717201733.2c0b029b@pws-pc.ntlworld.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130717201733.2c0b029b@pws-pc.ntlworld.com> User-Agent: Mutt/1.5.21 (2010-09-15) 2013-07-17 20:17:33 +0100, Peter Stephenson: [...] > In that case, this patch does the exact equivalent. I've made the > entries in the temporary file list larger rather than adding a separate > entry to the job since it should use less memory in general. > > It seems to fix the completely reproducible variant. [...] Thanks, for the record, in case it was not clear, it doesn't fix the issue I reported initially. Cheers, Stephane