From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 17269 invoked from network); 16 May 2021 14:54:49 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 16 May 2021 14:54:49 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20200801; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Content-Type:Subject:Cc:To:From:Date: References:In-Reply-To:Message-Id:Mime-Version:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=p+z3z1WK+gcNac19EF0G4xs5/YSYVDSQU0SLkUpDD0I=; b=p1jgf1/cczimbkkxiEwIMSZC5X QMoe5ULXvq/o8cpTieGH4TicmNQk8jukToEdGVy352s+N/z5cES+hW0giaWHn++1USoblHNzG7+un Ve5tcYivoQqfZ2/d75yjeVFcAk9L3IzMHCbXzyfOAA7Lis1x/+SHJCkfElYtd9RdMzHv6VdlpiYps vjfaSGMLd3d7YFGRnVnyTujT0dSUpTSaT27qInWcAZhBctgcffZ/jQMbBukd+Smgp4OvmlPFwjZHa fezL5Vw6/Ehi81NdxT0Mqyh6HnbBESUTokhQ7sKt31879wa+yu7k5U7/IIbpx/u5qwXuCJ12+XmIB LZBXcGNg==; Received: from authenticated user by zero.zsh.org with local id 1liIAK-000KIH-Ql; Sun, 16 May 2021 14:54:48 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1liIA7-000JzS-U7; Sun, 16 May 2021 14:54:36 +0000 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailauth.nyi.internal (Postfix) with ESMTP id 693F727C0054; Sun, 16 May 2021 10:54:34 -0400 (EDT) Received: from imap2 ([10.202.2.52]) by compute1.internal (MEProxy); Sun, 16 May 2021 10:54:34 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdeifedgkeduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefofgggkfgjfhffhffvufgtsehttd ertderreejnecuhfhrohhmpefnrgifrhgvnhgtvggpgggvlhojiihquhgviicuoehlrghr rhihvhesiihshhdrohhrgheqnecuggftrfgrthhtvghrnhepieekjeevledugeefiefgue elgffgtddtgeehvedvhedviefghedvffeuvddvueehnecuvehluhhsthgvrhfuihiivgep tdenucfrrghrrghmpehmrghilhhfrhhomheplhgrrhhrhihvodhmvghsmhhtphgruhhthh hpvghrshhonhgrlhhithihqdduudehudekjeejtdegqdduudelvdejfeekhedqlhgrrhhr hihvpeepiihshhdrohhrghesfhgrshhtmhgrihhlrdgtohhm X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 18166A00079; Sun, 16 May 2021 10:54:34 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-448-gae190416c7-fm-20210505.004-gae190416 Mime-Version: 1.0 Message-Id: <40fdb05c-2e59-4f3b-b900-ac461d112822@www.fastmail.com> In-Reply-To: <20210416182141.GA15670@tarpaulin.shahaf.local2> References: <20210307171712.GA9936@tarpaulin.shahaf.local2> <20210416182141.GA15670@tarpaulin.shahaf.local2> Date: Sun, 16 May 2021 10:54:13 -0400 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: "Daniel Shahaf" Cc: zsh-workers@zsh.org Subject: Re: zmathfunc: min, max, sum throw error if result equals 0 Content-Type: text/plain X-Seq: 48836 Archived-At: X-Loop: zsh-workers@zsh.org Errors-To: zsh-workers-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-workers-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: Hi Daniel, On Fri, Apr 16, 2021, at 2:21 PM, Daniel Shahaf wrote: > Daniel Shahaf wrote on Sun, Mar 07, 2021 at 17:17:12 +0000: > > However, the examples in zshbuiltins(1) (under `functions -M`) have the > > same bug. Would you perchance be interested in fixing those? The > > manual sources are in Doc/Zsh/*.yo. > > Patch series attached. Were you still planning on pushing these? vq