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 43640
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- Subject: Re: [PATCH] [long] typeset doesn't report tied parameters (and related issues)
- Date: Mon, 8 Oct 2018 09:52:57 -0700
- Cc: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=XCFV35sc3JJkfKcUiCc7bvjvls/Ag6o3C0MDUYYZX4M=; b=f3vf3mffwowFLcANz6Ltkesj4faCgWQmxT4DX7sxzP0TWRVnhE/Akq74+QCfFdIPOR 2R0EZOGtbXeY9yPpPH2tGPWLnmnsPwhL8ESFACMz3QtwvPMf97svv0NI32KxhMjb5YQL 6Ky0iDGdDmoiL1tLcoC3PG0/VT2bJEQmEfRUcFxkmyZSKQzFgNtv4SzZrGArS2N62IuM Iy2r5WkKPREb/rDw8mJvd2LSebSV9WpfVICF6o5GVGixS2HRs15YcM6ED/wb/3d5Xi24 Y0OxnRktE6auihMakA1mfP3+iy49NKbnJXyC+N11hEypwANorwOoTsUFcsC+fvQSMR7z dFiw==
- In-reply-to: <1539014785.1396072.1534756328.1887EBC8@webmail.messagingengine.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> <1539014785.1396072.1534756328.1887EBC8@webmail.messagingengine.com>
On Mon, Oct 8, 2018 at 9:06 AM Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
>
> Bart Schaefer wrote on Mon, 08 Oct 2018 08:57 -0700:
> > [PWS] 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?
Well, that's what Peter was implying, I was just clarifying. However,
I think you're right that zsh/param/private normally is available as a
dynamic module.
I think all this stuff about V10 is actually a goose chase, and it's
B02 that is the real point of failure.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author