From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2408 invoked by alias); 28 May 2017 19:43:41 -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: 41174 Received: (qmail 24764 invoked from network); 28 May 2017 19:43:41 -0000 X-Qmail-Scanner-Diagnostics: from mail-ua0-f180.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.217.180):SA:0(-0.0/5.0):. Processed in 1.837337 secs); 28 May 2017 19:43:41 -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.217.180 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=JQyp5qheeLk2nDu/BXRvr9TvPVCJ2uR1Y/PRWPMSAY0=; b=dH4hlkqI8ss6EiloxffHXnIuvvpQqVVEKb/FHlzZFnlzLWD0Kkgsj8QgahcE3i63QF +ThGYgPBsnTNxIQMEhCgmGR1yEPSWpFDRkXkSorettQYS7aUam1xlGnUVpbLJJznyWEY KrHnde5wN+tCixqKE44fvkbSej2KL2cvDt5ZqBL0FXEBj+DR0tgMEgC1/PO/J1sr8H9V /P6uma4WtX/2OiziiEh7EuZfMaJvauSoYcZL5Ht1ovS6900EBV/kmuI2Z2xCSh0agOxN nTqgbPj+qShNyH3XZBxr5QyoJql63T9t1+QmLP+dbSTa+D9WKnY57rSb1Vi8d5sXdV0y 1kJA== 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=JQyp5qheeLk2nDu/BXRvr9TvPVCJ2uR1Y/PRWPMSAY0=; b=DIfFe7PPPbg+GdImqRkom9qCZuIn+QTC0cwA+ftlYn+/4qqeAHrOo87hnlt1p5dHIg MibHdTCVqaMBKhyHO91vtxlVCU6b/uesXT+zwXLkl3oWJSQgSAqI+nVOBj+Z+k52QkxY jiBgco2SmF7AQ20c6ElAx57tUQ7PmG+a6DUs03DwdXVMQGhLVeUTPIa+tQC8CdTfDsoW aM/q3Jth6HrWa9tL7sAWu1phWuRTnYD9wqn7FePUhldsxVDnB7XWEi8zZ3ekWb6ENb2o 2ByyS4uAIDAYEJ31A0gYQDxerNG+oMB/AUOyxpcvnepYlGOXHlJH8+BFGNb4SuUXWmJO 8Kog== X-Gm-Message-State: AODbwcApJfkQLPSJkwLXYunQJnjCXyACxSrjsBdRG5Q9FBlldzNJ3DbS 3REeLhGcwa39/i9+9gc= X-Received: by 10.176.74.212 with SMTP id t20mr5986438uae.89.1496000608464; Sun, 28 May 2017 12:43:28 -0700 (PDT) From: Bart Schaefer Message-Id: <170528124337.ZM9444@torch.brasslantern.com> Date: Sun, 28 May 2017 12:43:37 -0700 In-Reply-To: Comments: In reply to Sebastian Gniazdowski "Valgrind testing, ideas" (May 26, 7:04am) References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: mikachu/badarrays (Re: Valgrind testing, ideas) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 26, 7:04am, Sebastian Gniazdowski wrote: } } The arrlen branch seems to faint. I had this idea of employing } valgrind, to get certain about code in the branch. } } Found 4 errors, instantly. I took a stab at merging mikachu/badarrays into the current master, and for the most part it was straightforward, but there are too many conflicting changes to Src/params.c (different numbers of values in the replacements for the whole suite of IPDEF macros, of which more have been added in the meantime; bug fixes in getarrvalue() that overlap the PM_CACHLEN changes). I gave up on attempting to follow what would need to be be edited to bring the latest code up to date. I could push the current broken (won't compile) state up to the origin (I branched my merge as schaefer/badarrays) if Mikachu is interested in cleaning up params.c. In the meantime it's probably not worthwhile to attempt memory checking on mikchu/badarrays.