Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH (Test) Re: 4.3.12 almost released



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