Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 3.0.8 math bug?
- X-seq: zsh-workers 12675
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: 3.0.8 math bug?
- Date: Fri, 18 Aug 2000 09:56:33 +0100
- In-reply-to: "Your message of Fri, 18 Aug 2000 09:00:01 +0200." <200008180700.JAA13467@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Sven wrote:
> > Hence in 3.1.somethingmorethan6butIforgetwhat, an arbitrary limit on the
> > depth of math recursion was imposed, and you get:
> >
> > > zsh: math recursion limit exceeded
>
> Btw, I wasn't happy about this behaviour at that time, but then I
> tried it with ksh and bash and both of them do the same as 3.1.x,
> i.e. they report an recursion-too-deep error. I haven't tried which
> shell allows the deepest recursion, though.
When we have a new system for storing parameters (hur, hur) we could do the
following: mark a parameter as in use as aliases do, then if they come up
for retrieval while they're still marked, we just return zero.
--
Peter Stephenson <pws@xxxxxxx>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author