Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: "Overlarge EPROG nref" with functions -c



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