Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: compdump (Re: Test hanger disappeared, but ...)
- X-seq: zsh-workers 12169
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: compdump (Re: Test hanger disappeared, but ...)
- Date: Wed, 5 Jul 2000 08:39:38 +0200 (MET DST)
- In-reply-to: "Bart Schaefer"'s message of Tue, 4 Jul 2000 15:58:25 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Bart Schaefer wrote:
> ...
>
> We seem to be running into a lot of things that cause zsh to abort all
> the way back to top level. Do other shells give up so thoroughly in
> these situations?
That's interesting... For example, with
while true; do echo > unwritable; sleep 1; done
zsh stops after the first attempt. bash and ksh don't stop and the
/bin/sh here stops after the first attempt, too.
With
while true; do echo $(for); sleep 1; done
zsh stops (and prints two error messages!), bash does not stop, but
ksh and /bin/sh do.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author