zsh-workers
 help / color / mirror / code / Atom feed
* PATCH (Test) Re: 4.3.12 almost released
       [not found] <15923.1306846404@csr.com>
@ 2011-05-31 15:14 ` Bart Schaefer
  0 siblings, 0 replies; only message in thread
From: Bart Schaefer @ 2011-05-31 15:14 UTC (permalink / raw)
  To: zsh-workers

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


-- 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-31 15:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <15923.1306846404@csr.com>
2011-05-31 15:14 ` PATCH (Test) Re: 4.3.12 almost released Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).