Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: "Overlarge EPROG nref" with functions -c
- X-seq: zsh-workers 49432
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Mikael Magnusson <mikachu@xxxxxxxxx>
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: "Overlarge EPROG nref" with functions -c
- Date: Wed, 22 Sep 2021 07:26:59 -0700
- Archived-at: <https://zsh.org/workers/49432>
- In-reply-to: <CAHYJk3R_eq-qCvvw39pHPW-TAYbZEBK3WS4yQ6Wweq=39WoHOA@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAHYJk3R_eq-qCvvw39pHPW-TAYbZEBK3WS4yQ6Wweq=39WoHOA@mail.gmail.com>
On Wed, Sep 22, 2021 at 12:03 AM Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
>
> parse.c:2816: Overlarge EPROG nref
This means that the number of references to the function exceeds
MAX_FUNCTION_DEPTH. I presume it checks this because most of the time
these references come from recursive calls to the function.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author