Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] [long] typeset doesn't report tied parameters (and related issues)
- X-seq: zsh-workers 43667
- From: Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: [PATCH] [long] typeset doesn't report tied parameters (and related issues)
- Date: Tue, 9 Oct 2018 19:40:52 -0400
- Cc: Peter Stephenson <p.stephenson@xxxxxxxxxxx>, "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- In-reply-to: <CAH+w=7b9oV10uvdCUGYn=yfSpZfbOkqVoQNxCNDO-a35DVmW5Q@mail.gmail.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>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20180924210550.carijwjibarjivu4@chaz.gmail.com> <CGME20181007133632epcas5p43a3b4c7f0fe1863478748c5cf46ce8ef@epcas5p4.samsung.com> <20181007133545.zzkrbc3ed6shnk3e@chaz.gmail.com> <20181008090557eucas1p11f18ef9ca4a6e3cc09fd59242f344f96~bltk3bsqO1947719477eucas1p1q@eucas1p1.samsung.com> <CACeGjnUhNqca7jLAR0KKSxobzDd+xXdAe4BeUeRpxu2CTp_zkA@mail.gmail.com> <20181008141056eucas1p2a9a49ec055d2760e87c17832af9f6591~bp33g9vlR0328803288eucas1p2G@eucas1p2.samsung.com> <1539008917.1366329.1534632080.5313528C@webmail.messagingengine.com> <20181008152406eucas1p1660f190ddb4bcd4c0131c4c84492a9f2~bq3vkNlyg2997729977eucas1p1I@eucas1p1.samsung.com> <20181008154932.dvc5q46ylb66j2mm@tarpaulin.shahaf.local2> <20181008164357eucas1p28f2fd7942bffedcc4e769b2ad5d35c51~br9daEJcB1834618346eucas1p2w@eucas1p2.samsung.com> <1539017933.1412806.1534816128.38CEBA8F@webmail.messagingengine.com> <1539075745.1499.2.camel@samsung.com> <20181009094416eucas1p2f29a3a35ce603372dd877d95f3484897~b54UQ827d2981429814eucas1p2x@eucas1p2.samsung.com> <CAH+w=7b9oV10uvdCUGYn=yfSpZfbOkqVoQNxCNDO-a35DVmW5Q@mail.gmail.com>
... and has fixed both of the test failures I was experiencing on Sparky
Linux.
- Vin
On Tue, Oct 9, 2018 at 12:52 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
wrote:
> On Tue, Oct 9, 2018 at 2:44 AM Peter Stephenson
> <p.stephenson@xxxxxxxxxxx> wrote:
> >
> > I wonder if this has anything to do with it?
> >
> > - if (altpm) {
> > + if (altpm && !(pm->node.flags & PM_SPECIAL)) {
>
> That has remediated the test failure on CentOS 6.10, at least.
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author