zsh-workers
 help / color / mirror / code / Atom feed
* Re: Zsh 4.3.14 released
       [not found] <17834.1323262578@csr.com>
@ 2011-12-08 15:45 ` ports
  2011-12-08 15:56   ` Peter Stephenson
  2011-12-09 23:48 ` Simon Ruderich
  1 sibling, 1 reply; 3+ messages in thread
From: ports @ 2011-12-08 15:45 UTC (permalink / raw)
  To: zsh-workers; +Cc: Zsh announcement list

[-- Attachment #1: Type: text/plain, Size: 707 bytes --]

On Wed, Dec 07, 2011 at 12:56:18PM +0000, Peter Stephenson wrote:
> I've uploaded zsh version 4.3.14 to ftp.zsh.org in the pub directory.
> 
> This fixes a few minor glitches in last week's 4.3.13; the tests should
> pass in more places.

Hi,

I still need this small diff on OpenBSD to avoid this error:

./A04redirect.ztst: starting.
Pattern match failed:
<\(eval\):1: failed to close file descriptor 3:*
>
Test ./A04redirect.ztst failed: error output differs from expected as shown above for:
  (exec 3<&-
  read foo <&-)
Was testing: '<&-' redirection
./A04redirect.ztst: test failed.


Once applied, everything works fine.
Regards,


-- 
Pierre-Emmanuel André <pea at raveland.org>
GPG key: 0x7AE329DC

[-- Attachment #2: patch-Test_A04redirect_ztst --]
[-- Type: text/plain, Size: 396 bytes --]

$OpenBSD$
--- Test/A04redirect.ztst.orig	Thu Dec  8 16:22:29 2011
+++ Test/A04redirect.ztst	Thu Dec  8 16:23:42 2011
@@ -152,10 +152,11 @@
 >hello
 >goodbye
 
-  (exec 3<&-
+  ({ exec 3<&- } 2>/dev/null
+  exec 3<&-
   read foo <&-)
 1:'<&-' redirection
-*?\(eval\):1: failed to close file descriptor 3:*
+*?\(eval\):*: failed to close file descriptor 3:*
 
   print foo >&-
 0:'>&-' redirection

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

* Re: Zsh 4.3.14 released
  2011-12-08 15:45 ` Zsh 4.3.14 released ports
@ 2011-12-08 15:56   ` Peter Stephenson
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Stephenson @ 2011-12-08 15:56 UTC (permalink / raw)
  To: zsh-workers

On Thu, 8 Dec 2011 16:45:41 +0100
<ports@raveland.org> wrote:
> On Wed, Dec 07, 2011 at 12:56:18PM +0000, Peter Stephenson wrote:
> > I've uploaded zsh version 4.3.14 to ftp.zsh.org in the pub directory.
> > 
> > This fixes a few minor glitches in last week's 4.3.13; the tests should
> > pass in more places.
> 
> Hi,
> 
> I still need this small diff on OpenBSD to avoid this error:

Sorry, that's my fault for forgetting to commit 29928 in time.  That
only changes the test code.

-- 
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] 3+ messages in thread

* Re: Zsh 4.3.14 released
       [not found] <17834.1323262578@csr.com>
  2011-12-08 15:45 ` Zsh 4.3.14 released ports
@ 2011-12-09 23:48 ` Simon Ruderich
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Ruderich @ 2011-12-09 23:48 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 631 bytes --]

On Wed, Dec 07, 2011 at 12:56:18PM +0000, Peter Stephenson wrote:
> I've uploaded zsh version 4.3.14 to ftp.zsh.org in the pub directory.
>
> This fixes a few minor glitches in last week's 4.3.13; the tests should
> pass in more places.

I updated the website for 4.3.14 [1]. The commits are in the
public web repository [2] (5568a46, be452bf). If you find any
problems/mistakes please inform me.

Regards,
Simon

[1]: http://zsh.sourceforge.net/
[2]: http://zsh.git.sourceforge.net/git/gitweb.cgi?p=zsh/web;a=summary
-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2011-12-09 23:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <17834.1323262578@csr.com>
2011-12-08 15:45 ` Zsh 4.3.14 released ports
2011-12-08 15:56   ` Peter Stephenson
2011-12-09 23:48 ` Simon Ruderich

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