From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18910 invoked by alias); 29 Jan 2016 10:38:02 -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: 37834 Received: (qmail 24720 invoked from network); 29 Jan 2016 10:38:00 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=WuBd4pMqeI16MHXnjgPoy6g9Wzg=; b=EqDD6O 0PapGsrR01ZMZ1Vfqb8a6yQWa8df6rV+kS1+cflvi5YxMEIKo9YJxypsQkQdpzLE ftMMtdCSVZPReTiYAGG2N9/Xna6zzOs3mb6WuXhQTMxqZoi0/Cwl7aEAvv+Lg2v3 GUjrd6auP3UQFaIt/L+5NYDk8qeRHQxPjw+Sk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=WuBd4pMqeI16MHXnjgPoy6g9Wzg=; b=UNnrs SmOQRSYHLo3+kSoLFzWEuHec9v10kOM9aQ2GXcuJ27Eo5nHQv+stlipb8Kfq7Oao v7ljoG3M4x6LmBh64MBI5LhUZ6ljkQCAPZI2Ndl2BUygoDm9gD8ucnVtxzuEONuE 77qvhCyz7KwdiGVMBj32uuVYVr+MnEDbLs5lWI= X-Sasl-enc: /IAU745JDn65rA+MZ0n47MQzZQUSJprPaFEkNGAikANv 1454063155 Date: Fri, 29 Jan 2016 10:25:53 +0000 From: Daniel Shahaf To: Peter Stephenson Cc: zsh-workers@zsh.org Subject: Re: Error status of "repeat" (was Re: [PATCH] typeset: set $? on incidental error) Message-ID: <20160129102553.GI2002@tarsus.local2> References: <20160123235300.GC20278@tarsus.local2> <56A445E0.50706@gmx.com> <20160126225008.GA4731@tarsus.local2> <160126201513.ZM2538@torch.brasslantern.com> <20160127095212.686e3362@pwslap01u.europe.root.pri> <20160129091806.GA15826@tarsus.local2> <20160129092900.2b57a4a8@pwslap01u.europe.root.pri> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160129092900.2b57a4a8@pwslap01u.europe.root.pri> User-Agent: Mutt/1.5.21 (2010-09-15) Peter Stephenson wrote on Fri, Jan 29, 2016 at 09:29:00 +0000: > On Fri, 29 Jan 2016 09:18:06 +0000 > Daniel Shahaf wrote: > > Should we add a NEWS entry for this? > > Certainly; it could even be bumped to "incompatibilities" in the README > based on one or two of your examples. Right, it should be next to all other incompatibilities. Pushed. I might extend the entry with an example later (or anyone else feel free to beat me to that, too).