Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 4.6.2-test-2
- X-seq: zsh-workers 43962
- From: dana <dana@xxxxxxx>
- To: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- Subject: Re: zsh 4.6.2-test-2
- Date: Mon, 31 Dec 2018 07:44:13 -0600
- Cc: Zsh workers <zsh-workers@xxxxxxx>, Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=Yr61XGcypX1OjSiR/1SMEuzyQVfjfiOuuUi9IixtI6E=; b=UwXYos84ykGu5vNE53djfTSE5boqULUJWFL/eaVDWSZ8nixB7aMR7sa9VWosC6Q+Sf gxj0tTti0aGUR0b0r5fmBY5JZV0il8dkeBRRPNDM6xoTcLx72OdicqMAynRpPhLTepy1 xS1Dxwqz3dtgbTrJEvt3QDt5PYyMBvdYL8eJTzSGUkSgrL6SCEeo5PhRI/lxuf2cR1DQ MWVjaARoephxmGVGF5l6kc1h2Z9XD8Jq922Rg7eyqJcMIgZJMLYqufBLnICG9bLrJS9y dhlR2kao9T4vc1vpi5ksl1IqAQX233fQiVqf2mwUU4+e/JBkTNCA8XV/ltmix4taD0vl bOJw==
- In-reply-to: <06228a6975b91f7066d0046bf912dd69fa5993a2.camel@ntlworld.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: <d7b0451f90bdfe61f48cc1361690180e07158900.camel@ntlworld.com> <CAKc7PVDUjo8HAdwqgRAKcgQHOzThM+hYnjX+2FKzUZB+pfmC-Q@mail.gmail.com> <CAKc7PVB-agFUarJ=LqC2QNDFta1O5D_o4v-gt7LiobVDohNGVQ@mail.gmail.com> <06228a6975b91f7066d0046bf912dd69fa5993a2.camel@ntlworld.com>
(I guess this should go to workers)
On 30 Dec 2018, at 12:20, Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx> wrote:
>I've certainly no objection to working round termcap, so I've committed
>this and the tests, but I probably wouldn't be sensitive to problems
>here, so I'm relying on others to let me know.
The new test fails on my machine (macOS, standard build settings AFAIK):
--- /tmp/zsh.ztst.83116/ztst.out 2018-12-31 07:14:52.000000000 -0600
+++ /tmp/zsh.ztst.83116/ztst.tout 2018-12-31 07:14:52.000000000 -0600
@@ -1 +1,2 @@
-0m27m24mtr7mu27me word2 word3
+zsh: failed to load module `zsh/zle': dlopen(/usr/local/lib/zsh/5.6.2-test-2/zsh/zle.so, 9): image not found
+builtin.c:266: Missing builtin detected too latezsh: failed to load module `zsh/zle'...
I assume it's because the zsh instance it's bringing up isn't managed by the
test harness, so it doesn't know how to find stuff in the repo.
This fixes it for me, but i'm not sure if it's the right thing...?
dana
diff --git a/Test/X04zlehighlight.ztst b/Test/X04zlehighlight.ztst
index 23ad14bd6..9f00b4697 100644
--- a/Test/X04zlehighlight.ztst
+++ b/Test/X04zlehighlight.ztst
@@ -12,6 +12,7 @@
export PS1= PS2=
zpty -d
zpty zsh "${(q)ZTST_testdir}/../Src/zsh -fiV +Z"
+ zpty -w zsh "module_path=( ${(@q-)module_path} \$module_path )"
zpty -w zsh 'zle_highlight=( fg_start_code:"CDE|3" fg_end_code:"|" bg_start_code:"BCDE|4" bg_end_code:"|" )'
}
zpty_input() {
Messages sorted by:
Reverse Date,
Date,
Thread,
Author