Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: mikachu/badarrays (Re: Valgrind testing, ideas)
- X-seq: zsh-workers 41178
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: mikachu/badarrays (Re: Valgrind testing, ideas)
- Date: Mon, 29 May 2017 15:21:15 +0200
- Cc: zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=AE5l8akeMk35OnSIx+cAHU49j3rmr75em+bT+xtwLUA=; b=TBiykf7UZZYGxIVr1RdVqKjhoP1hQt9BMjqjVN/Kt6FEvGpz/Lh1lrRM2lS2X9nvwn C3lDz3u+5R9jid5qkWz+gwzIjEIdGEvt7nHGEDJJNzK9KZycke7B1a3eEKXe7Rbb8M0s XMZrXZDoRiMswOdhe+lEgnZh0RfEqP15/swDzom+B2FQ/PDDIcSWVINBSko2i6b9NOZW 51S8fEcXl0QNSW8TyyxGdA3LIOj2emUabnBhDZQpCmss5Ge707ssoy3FDcIbhWRCZvOu NhcwPe8Cqt6A3kHYmJLUpkRXTn+i4h7UgXCXolsZqHzG1ARf7dqSAHQl+m0gxJmn6tGv kUEw==
- In-reply-to: <170528124337.ZM9444@torch.brasslantern.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <etPan.5927b758.12200854.1a9@MacMini.local> <170528124337.ZM9444@torch.brasslantern.com>
On Sun, May 28, 2017 at 9:43 PM, Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
> 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.
Well, it never worked in the first place, that's why i put "bad" in
the name. It's basically just a documentation of the places I found
that would need to be updated to use a cached length value, but since
it doesn't work I guess I didn't find all of them, or I misunderstood
some parts of the code that I changed...
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author