Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH (Test) Re: 4.3.12 almost released
- X-seq: zsh-workers 29410
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: PATCH (Test) Re: 4.3.12 almost released
- Date: Tue, 31 May 2011 08:14:16 -0700
- In-reply-to: <15923.1306846404@csr.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: <15923.1306846404@csr.com>
On May 31, 1:53pm, Peter Stephenson wrote:
}
} Version 4.3.12 has landed on ftp.zsh.org.
}
} It would be good if a few people could do a full sanity check before I
} announce it properly.
CentOS 3.9 from tarball:
- default configure builds and passes "make check".
- configure --disable-dynamic --disable-multibyte fails one test
("Autoloads are persistent") -- patch below
CentOS 4.7 from tarball:
- default configure builds and passes "make check".
MacOS 10.7.0 from CVS:
- default configure builds and passes "make check".
----
I thought I'd sent this before but apparently not.
diff -ur ../zsh-forge/current/Test/V01zmodload.ztst ./Test/V01zmodload.ztst
--- ../zsh-forge/current/Test/V01zmodload.ztst 2010-08-03 08:14:44.000000000
-0700
+++ ./Test/V01zmodload.ztst 2011-05-15 15:00:41.000000000 -0700
@@ -125,8 +125,10 @@
fi
0d:Autoload a module via a builtin
+ if [[ $mods[(r)zsh/example] == zsh/example ]]; then
zmodload -u zsh/example
builtin example
+ fi
0d:Autoloads are persistent
(zmodload -u zsh/parameter
--
Messages sorted by:
Reverse Date,
Date,
Thread,
Author