zsh-users
 help / color / mirror / code / Atom feed
* 4.3.12 almost released
@ 2011-05-31 12:53 Peter Stephenson
  2011-06-01  8:30 ` Thorsten Kampe
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Stephenson @ 2011-05-31 12:53 UTC (permalink / raw)
  To: Zsh users list

Version 4.3.12 has landed on ftp.zsh.org.

ftp://ftp.zsh.org/pub/zsh-4.3.12.tar.gz
ftp://ftp.zsh.org/pub/zsh-4.3.12.tar.bz2
ftp://ftp.zsh.org/pub/zsh-4.3.12-doc.tar.gz
ftp://ftp.zsh.org/pub/zsh-4.3.12-doc.tar.bz2

It would be good if a few people could do a full sanity check before I
announce it properly.

Thanks
-- 
Peter Stephenson <pws@csr.com>            Software Engineer
Tel: +44 (0)1223 692070                   Cambridge Silicon Radio Limited
Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, UK


Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom
More information can be found at www.csr.com. Follow CSR on Twitter at http://twitter.com/CSR_PLC and read our blog at www.csr.com/blog


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 4.3.12 almost released
  2011-05-31 12:53 4.3.12 almost released Peter Stephenson
@ 2011-06-01  8:30 ` Thorsten Kampe
  2011-06-02  3:46   ` dhenman
  0 siblings, 1 reply; 4+ messages in thread
From: Thorsten Kampe @ 2011-06-01  8:30 UTC (permalink / raw)
  To: zsh-users

* Peter Stephenson (Tue, 31 May 2011 13:53:24 +0100)
> Version 4.3.12 has landed on ftp.zsh.org.
> 
> ftp://ftp.zsh.org/pub/zsh-4.3.12.tar.gz
> ftp://ftp.zsh.org/pub/zsh-4.3.12.tar.bz2
> ftp://ftp.zsh.org/pub/zsh-4.3.12-doc.tar.gz
> ftp://ftp.zsh.org/pub/zsh-4.3.12-doc.tar.bz2
> 
> It would be good if a few people could do a full sanity check before I
> announce it properly.

Running it on Cygwin now since yesterday. The only (old) problem is that 
make install-strip tries to create hardlinks (zsh.new, zsh.old) which 
are not supported (and for some time not emulated anymore by Cygwin) on 
FAT32 file systems (I have a "portable" setup on a thumb drive).

Thorsten


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 4.3.12 almost released
  2011-06-01  8:30 ` Thorsten Kampe
@ 2011-06-02  3:46   ` dhenman
  2011-06-02  9:05     ` Peter Stephenson
  0 siblings, 1 reply; 4+ messages in thread
From: dhenman @ 2011-06-02  3:46 UTC (permalink / raw)
  To: zsh-users


> > It would be good if a few people could do a full sanity check before I
> > announce it properly.

Building on cygwin shows config and make run well.

$ make check 
however fails in the following way.  Which I assume is a cygwin specific problem or lack of functionality.


Perhaps some or all of these are due to the the below comment:
> Running it on Cygwin now since yesterday. The only (old) problem is that 
> make install-strip tries to create hardlinks (zsh.new, zsh.old) which 
> are not supported (and for some time not emulated anymore by Cygwin) on 
> FAT32 file systems (I have a "portable" setup on a thumb drive).
> 
> Thorsten


Regards,
   d. henman


-----------  List showing the five tests and where they fail in 4.3.12 'make check'

(1)Test Name:  A02alias.ztst
-------------------------
  print -u $ZTST_fd 'This test hangs the shell when it fails...'
  alias cat='LC_ALL=C cat'
  cat <(echo foo | cat)
0:Alias expansion works at the end of parsed strings
>foo
ZTST_test: expecting status: 0
Input: /tmp/zsh.ztst.in.3320, output: /tmp/zsh.ztst.out.3320, error: /tmp/zsh.ztst.terr.3320				<--- Hangs here



(2)Test Name:  D03procsubst.ztst
-----------------------------
  paste <(cut -f1 FILE1) <(cut -f3 FILE2)
ZTST_test: examining line:
>First  Dritte
ZTST_getredir: read redir for '>':
First   Dritte
ZTST_test: examining line:

Running test: <(...) substitution
ZTST_test: expecting status: 0
Input: /tmp/zsh.ztst.in.1840, output: /tmp/zsh.ztst.out.1840, error: /tmp/zsh.ztst.terr.1840				<--- Hangs here



(3) Test Name:  Y01completion.ztst
-----------------------------------
%clean
ZTST_test: all tests successful
ZTST_getsect: read section name: clean
ZTST_getchunk: read code chunk:
  zmodload -ui zsh/zpty		<---- Hangs Here


(4) Test Name:  Y02compmatch.ztst
---------------------------------
%clean
ZTST_test: all tests successful
ZTST_getsect: read section name: clean
ZTST_getchunk: read code chunk:
  zmodload -ui zsh/zpty		<---- Hangs Here



(5) Test Name:  Y03arguments.ztst
---------------------------------
%clean
ZTST_test: all tests successful
ZTST_getsect: read section name: clean
ZTST_getchunk: read code chunk:
  zmodload -ui zsh/zpty		<---- Hangs Here


> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 4.3.12 almost released
  2011-06-02  3:46   ` dhenman
@ 2011-06-02  9:05     ` Peter Stephenson
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Stephenson @ 2011-06-02  9:05 UTC (permalink / raw)
  To: zsh-users

On Thu, 02 Jun 2011 04:46:52 +0100, <dhenman@gmail.com> wrote:
>> > It would be good if a few people could do a full sanity check before I
>> > announce it properly.
>
> Building on cygwin shows config and make run well.
>
> $ make check
> however fails in the following way.  Which I assume is a cygwin specific  
> problem or lack of functionality.

Not sure this is reassuring, but the problems you've seen --- with
<(...) substitutions and with zpty --- are certainly the places where
it's been difficult to get cygwin to play ball in the past.
<(...) has been rather frustrating as there seem to be implementations
that work on one or other version of Cygwin, but not on all, and with
no easy way of telling which is which.

Cygwin specific features don't get that much love and attention:
Peter Castro looks if he has time but I don't think he's had much
recently.

pws



Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom
More information can be found at www.csr.com. Follow CSR on Twitter at http://twitter.com/CSR_PLC and read our blog at www.csr.com/blog


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-06-02  9:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-31 12:53 4.3.12 almost released Peter Stephenson
2011-06-01  8:30 ` Thorsten Kampe
2011-06-02  3:46   ` dhenman
2011-06-02  9:05     ` Peter Stephenson

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).