From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20786 invoked by alias); 16 Feb 2017 17:12:39 -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: 40561 Received: (qmail 4585 invoked from network); 16 Feb 2017 17:12:39 -0000 X-Qmail-Scanner-Diagnostics: from new1-smtp.messagingengine.com 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(66.111.4.221):SA:0(-0.4/5.0):. Processed in 1.227263 secs); 16 Feb 2017 17:12:39 -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=-0.4 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: psprint2@fastmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at spf.messagingengine.com designates 66.111.4.221 as permitted sender) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=mybsRXjqrj4/NW7vpNWMvMjlUz Q=; b=gXGv+uqqb93Rn6ec5tGO0ZqS/Jlo6ks/YKktUFrd7WeLCSez+64sEAtggd f8yvV3DRQGS5Pnj4oksa1r+RRpOLeeEYKaq10UGYFc93HkyY7fKxyZQ+g/+kvQGw 9UVbUZmfwzxrLhLntNNVGCddpJSRYK3ftfgnscVMfrtXf5Wuk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=smtpout; bh=my bsRXjqrj4/NW7vpNWMvMjlUzQ=; b=HNLbp32Taf/18OI7rRTaWROYBzrfDuG4SZ ycivve3E2UChmBKCN4vK6c+cmjrxfNlw5rmWUCBo6gKDE9I48wka1xRhFzLWT5DL ut68UULzJHqPFsXdRqOH9Ye7NRT9x1jQQHui0JWFeQtwffp5g4uNOlhAPqfbMVyn 2XLf4LjX4= X-ME-Sender: Message-Id: <1487265154.1924814.883281576.6CEADC86@webmail.messagingengine.com> From: Sebastian Gniazdowski To: zsh-workers@zsh.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-7cfc9722 Subject: Re: [PATCH] db/gdbm rewrite In-Reply-To: <20170216163632.6d26685e@pwslap01u.europe.root.pri> References: <1487074831.317363.880495280.04595B08@webmail.messagingengine.com> <1487154163.615323.881647656.040AB25F@webmail.messagingengine.com> <20170216101658.46555c47@pwslap01u.europe.root.pri> <1487245575.1843244.882932424.59844A89@webmail.messagingengine.com> <20170216125215.1b744bf6@pwslap01u.europe.root.pri> <1487255103.1880827.883083384.73295E85@webmail.messagingengine.com> <1487255450.1882152.883095336.5DDBE902@webmail.messagingengine.com> <20170216151152.0f5a07ef@pwslap01u.europe.root.pri> <1487261017.1907093.883202288.270632CF@webmail.messagingengine.com> <1487262324.1911841.883231656.222E231A@webmail.messagingengine.com> <20170216163632.6d26685e@pwslap01u.europe.root.pri> Date: Thu, 16 Feb 2017 09:12:34 -0800 On Thu, Feb 16, 2017, at 08:36 AM, Peter Stephenson wrote: > I think that's probably all the sanity checking this is going to get in > these parts. Unless someone screams in appropriately technical language > (or, even better, wants to do some checking of their own) I'll commit > it. I think there's "patch bomb" aura but: =E2=80=93 I used existing ways of doing things that the module had, they we= re good (now trying to apply them to redis database), =E2=80=93 had much experience with Param after zpopulator where I was copyi= ng stdin to a hash =E2=80=93 crawled through many tricks like if(delunset). There might be problems but it's just that this wasn't weekend coding and much of previous module is preserved --=20 Sebastian Gniazdowski psprint2@fastmail.com