Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: local variable setting problem/bug
- X-seq: zsh-workers 2436
- From: Hrvoje Niksic <hniksic@xxxxxxx>
- To: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- Subject: Re: local variable setting problem/bug
- Date: 20 Nov 1996 03:02:02 +0100
- Cc: rft@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: Zoltan Hidvegi's message of Wed, 20 Nov 1996 02:41:57 +0100 (MET)
- References: <199611200141.CAA00871@xxxxxxxxxxxxxxxxxxxx>
- Sender: hniksic@xxxxxxxxxxxxxx
Zoltan Hidvegi (hzoli@xxxxxxxxxx) wrote:
> That's not surprising since local a=() in fact defined a function local and
> a function a= which executed local b. So the function called local
> recursively calls itself and there is not exit from this recursion.
> You
Couldn't zsh check its recursion depth? It shouldn't be too hard to
implement, and would be a win in these cases.
--
Hrvoje Niksic <hniksic@xxxxxxx> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
`VI' - An editor used by those heretics that don't subscribe to
the Emacs religion.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author