From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16861 invoked by alias); 1 Jun 2017 20:35:28 -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: 41194 Received: (qmail 12773 invoked from network); 1 Jun 2017 20:35:28 -0000 X-Qmail-Scanner-Diagnostics: from mail-vk0-f42.google.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(209.85.213.42):SA:0(-0.0/5.0):. Processed in 0.920227 secs); 01 Jun 2017 20:35:28 -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.0 required=5.0 tests=RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_PASS,T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: schaefer@brasslantern.com 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.213.42 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=ZQdWFGDXT3v5jx1gtjikEy4xLIDXU2HTzadmVgFj6WI=; b=ecft3wSFF1abvhOP826Bs5iHyZqt6ikla3BCsBpidXnCel06nD+vbLWumPtcrw8YGf ERYAdD0vkTfyJEx6WT+DyFs4JGP3bybdKBkkqXyHr63mL1K8D8SEesLKvqCUhfuAt5BU bF7uKhzve9E6djvJBOn7P/JlIJEvWSmE1CFn2fL7Rdyn6W16F5pIdr+gJ8EbJyZ6hlKQ GcVKK2/lKCwqe/eMxLllBlhnFFXXxjLXSxdSTUnloIYlffytvcQ4LPxkgcRi2wZkHkYi Ot/MX+4amo95wo/UDepNwXtukIEC8wtiqguxSpRAztzBmq8yvyJGDDrrRZGjjsAs4wJS hmBg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version; bh=ZQdWFGDXT3v5jx1gtjikEy4xLIDXU2HTzadmVgFj6WI=; b=mzEb6dbP2YMAR3S1KwsjLPgDaDxjib3JMOBTkTp3k47zmNV+q+VNkroHqhf6DQta5A yGUk6NDhNqwIpN5D+Gg/ia1qLPzPV9Wmy2Ds3DofFk2nwzxPNcUSAwIg5XoYqulPhIs2 t40v4NkSHr15f33a40UHbX4I9tGS5yI5vonlyTCfpvqde1h3J8Vam1x/DRzWXa/+F6Xd 9VoJajCsJWhYXkk144KppLVEOxQRp2YU2SKg8+OW+yL6mUmVWm2uhP6XPNwfNFHgxHvx rZxPh4C9wRpY3jy6ZFuowc23Yag9lzjOABOXilyuoMP2IiBjKDdsGsOpqllg4n7k13lF /yfg== X-Gm-Message-State: AODbwcBYfox0h2LGOzH5eTLZ6znaNwRXS/0Ua2fOGQoGwARhcd6CclHF yaIlURS27Ic/n1pY7GA= X-Received: by 10.31.192.9 with SMTP id q9mr1850614vkf.32.1496349324448; Thu, 01 Jun 2017 13:35:24 -0700 (PDT) From: Bart Schaefer Message-Id: <170601133542.ZM1585@torch.brasslantern.com> Date: Thu, 1 Jun 2017 13:35:42 -0700 In-Reply-To: Comments: In reply to Sebastian Gniazdowski "Re: mikachu/badarrays (Re: Valgrind testing, ideas)" (Jun 1, 6:31pm) References: <170528124337.ZM9444@torch.brasslantern.com> <170530224728.ZM25709@torch.brasslantern.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh workers Subject: Re: mikachu/badarrays (Re: Valgrind testing, ideas) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jun 1, 6:31pm, Sebastian Gniazdowski wrote: } Subject: Re: mikachu/badarrays (Re: Valgrind testing, ideas) } } I've got slightly demotivated after Mikachu said the code doesn't } work, but you say you have merged this and it works? I said it mostly passes tests. There's still something screwy about its interaction with the newer optimizations to re-use array storage when growing/shrinking an array, which for purposes of the tests is invoked whenever the $match array is changed by the pattern code; so all the tests that require $match are failing.