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 43636
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] [long] typeset doesn't report tied parameters (and related issues)
- Date: Mon, 08 Oct 2018 16:06:25 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:references:date:subject :in-reply-to; s=fm1; bh=nH0YrMq9UQsdD58p4XjM10q+7PkKX7t7q0MoOdlp uvY=; b=Y2FoPNDlXpyOnfN0VnUS/xbot8J1IDkdJyel5t9hG2gEqgFal0VQbsK3 7lCf8LTxyj/j+3uTU9ecDTqyFJ7T+ODHb8FwEdV1FdYsFjDmZazj8cMNXUtlkqEw zdBjsrZB5dZhB7QJth6C+7lArjnaXNlYWrG+TvXLFjxgmzphAIhSQpHAzft0tlfd BQ+UZeB5BvCGwqW7LwgVff/cQIDzej4Oi2f29PUZa2SvkcdSE2fzTG3g7Mdwa4Ob dbWsFoJhprjmdKpM+Qtv452Ken+K4FGA27B3559VfnvcOnzRojfb01q1CBnwctCk 0ttZoWdV6nwvsmkRoItM/MBOsmaGVw==
- Dkim-signature: v=1; a=rsa-sha256; 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=nH0YrMq9UQsdD58p4XjM10q+7PkKX7t7q0MoOdlpu vY=; b=dFf7BFXHcor6rwW/AQltl5IYJEz73BsgNlk/oz170Sqc5YEM69H0B8Nus UqflK6NPdkLaiYTMbfkDxu4jHZEUgreAC3U3dibujsmtoF8NJ/R81o/O0PzoTk8/ 1qHBIeYlB8NCH9uZLh14bQ2DaS2tQORPd+hQ0CwaTrKxY+vALxa9nZ1EG/8FVb8t udq43Zn3j1Or2Wlhl/o17VkyE5qopeCD36KbkoMYTSC0dZXhabjXXrw166OmfvEe hbzJ7iWm5JCdUjDd9P8DuYExtLVGjWv5LXCpqyXYCOtG9JQPfoeQ3tkHefT9ucQ+ Egl5cYmynSf6EOwZXOXJCke8LFclQ==
- In-reply-to: <CAH+w=7bei3cpGq67cLbWvh9v42vcvkn=WXOnQt+n2yWWwQG=5w@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> <CAH+w=7bei3cpGq67cLbWvh9v42vcvkn=WXOnQt+n2yWWwQG=5w@mail.gmail.com>
Bart Schaefer wrote on Mon, 08 Oct 2018 08:57 -0700:
> On Mon, Oct 8, 2018 at 8:49 AM Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
> >
> > Peter Stephenson wrote on Mon, Oct 08, 2018 at 16:24:04 +0100:
> > > Then there's even more you're not telling me --- V10 doesn't get
> > > compiled in and would be skipped by default in this case. However, I
> > > updated the configuration and I'm still not seeing any problems myself.
> >
> > I don't know what you mean. V10 normally runs and succeeds in my build.
>
> He means that the param_private module isn't included in a default
> build, so you have done something (edited config.modules, probably) to
> enable it.
On my machine, configure generates a link=dynamic auto=yes load=yes line
for zsh/param/private. I do change that link to link=static auto=no, but
you seem to imply it should've generated that line with link=no?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author