zsh-users
 help / color / mirror / code / Atom feed
* 4.3.12-test-2
@ 2011-10-20 20:39 Peter Stephenson
  2011-10-21 10:20 ` 4.3.12-test-2 Phil Pennock
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Stephenson @ 2011-10-20 20:39 UTC (permalink / raw)
  To: Zsh Users

I've uploaded a test version of zsh to ftp.zsh.org in pub/development.
Please see if you can find any obvious problems, else I'll release it as
4.3.13.

This is almost entirely a bug-fix release, with the usual continuous
improvements to shell functions.

-- 
Peter Stephenson <p.w.stephenson@ntlworld.com>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/


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

* Re: 4.3.12-test-2
  2011-10-20 20:39 4.3.12-test-2 Peter Stephenson
@ 2011-10-21 10:20 ` Phil Pennock
  0 siblings, 0 replies; 2+ messages in thread
From: Phil Pennock @ 2011-10-21 10:20 UTC (permalink / raw)
  To: Peter Stephenson; +Cc: Zsh Users

On 2011-10-20 at 21:39 +0100, Peter Stephenson wrote:
> I've uploaded a test version of zsh to ftp.zsh.org in pub/development.
> Please see if you can find any obvious problems, else I'll release it as
> 4.3.13.
> 
> This is almost entirely a bug-fix release, with the usual continuous
> improvements to shell functions.

Between 4.3.12 and HEAD/4.3.12-test-2 I've started getting:

/home/phil/.zshenv:133: failed to close file descriptor 1: bad file descriptor
/home/phil/.zshenv:136: failed to close file descriptor 1: bad file descriptor
/home/phil/.zshenv:142: failed to close file descriptor 1: bad file descriptor
/home/phil/.zshenv:146: failed to close file descriptor 1: bad file descriptor

Those correspond to function definitions of the form:

functions >&- have_cmd || function have_cmd { [[ -x =$1 ]] 2>/dev/null }

I can see closing fd1 as causing issues if I were going to print, but in
this case it's a report of EBADF for stdout, which I don't quite
believe.

-Phil


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

end of thread, other threads:[~2011-10-21 10:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-20 20:39 4.3.12-test-2 Peter Stephenson
2011-10-21 10:20 ` 4.3.12-test-2 Phil Pennock

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