From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 5a34279c for ; Sat, 11 Jan 2020 19:37:10 +0000 (UTC) Received: (qmail 25942 invoked by alias); 11 Jan 2020 19:37:03 -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: List-Unsubscribe: X-Seq: 45283 Received: (qmail 7241 invoked by uid 1010); 11 Jan 2020 19:37:03 -0000 X-Qmail-Scanner-Diagnostics: from mail-yw1-f66.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25684. spamassassin: 3.4.2. Clear:RC:0(209.85.161.66):SA:0(-1.9/5.0):. Processed in 1.783195 secs); 11 Jan 2020 19:37:03 -0000 X-Envelope-From: dana@dana.is X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.161.66 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=3tTfUJaJECI9RsNJk/hxMw86uahVilyLavh9oNPrT30=; b=J6rRUKuQWkdR6fRZjnuyYOzICZZS2a3OE60OEy4QIbC2NzKJPP1KKIqmjXdu+L6XbX NClnKQzUKGlqDKNm1jyMlNlqXNZ+GGbX4P+V4Pnd1ysUEzg8V6tVlHASjfb0fyui6s+c gZ8zgjlurRVjFSGejRsGAI/ucuSYjA94+3E5uLW5kOBz1DjrC7gJ4H+VL8GlVFpm4FRu TYjityyuXWU5p5ZamI56qOG1puWuaYCVNtDuO6T+CUr0q/ofKeXHCJWM5MsoCz/X7KVz bLU81Q6esYPaWXlQ4niTZ8i+dyKJYsKorRD7+rgLZouegFmEBnQ26vYbgvdk7jrHOdel WkbQ== X-Gm-Message-State: APjAAAWLLOMncLwJ9wictqgHUy7ACaW2ymq+UtQNwyVMBg+RuFIiZU6p EW3fB91VrYuhwawsgqjldgsjSOL5SngR+Q== X-Google-Smtp-Source: APXvYqz7WtaVWozl5v8ZTr/YTXtu4PYcR/HPsBuwY2J6mHV44cdhXUDv7scyg+zMhh7/7OhlkKYGNg== X-Received: by 2002:a81:494b:: with SMTP id w72mr7919409ywa.32.1578771387508; Sat, 11 Jan 2020 11:36:27 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: [PATCH] Enable sub-second timeout in zsystem flock From: dana In-Reply-To: <20200111154143.fjtwgfnztqfmkyda@phare.normalesup.org> Date: Sat, 11 Jan 2020 13:36:25 -0600 Cc: "zsh-workers@zsh.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <20190729203521.upp5ku3bsr3hsnxq@phare.normalesup.org> <20200104184734.ienw42rwq2xu6aap@phare.normalesup.org> <43775C64-0254-45AB-81AB-B04AE80C4416@dana.is> <20200106173030.eb2pg4rhhgysh35r@phare.normalesup.org> <20200111154143.fjtwgfnztqfmkyda@phare.normalesup.org> To: Cedric Ware X-Mailer: Apple Mail (2.3445.104.11) On 11 Jan 2020, at 09:41, Cedric Ware = wrote: > zerrmsg() (and thus zwarnnam()) only supports displaying a long (%L) > if DEBUG is enabled (see "#ifdef DEBUG" lines 290 and 328 of > Src/utils.c), and no floating-point types. Is this deliberate? It was deliberate at one time. Daniel actually changed it in master a = week or two ago, so it should be usable now. I don't even think it needs to be = that elaborate though, 'invalid value' or whatever would be fine On 11 Jan 2020, at 09:41, Cedric Ware = wrote: > As I've never done this before, I'd feel more confident adding tests = to > an existing script than trying to learn and write one from scratch. np. I should have time this week end actually, will get back to you dana