https://bugs.documentfoundation.org/show_bug.cgi?id=172867
--- Comment #1 from Ben Urban <[email protected]> --- Whoops! that formula should read: =LET(f;LAMBDA(self;x;self(self;x));f(f;5)) Commit cd0b10a6fbeab18a61c11fab02159d338821cf2a^! has implemented a recursion limit of 400, which resolves part of this issue. I still think it would be worthwhile to allow that limit to be changed or removed by the user, as well, since there are many situations where recursion is necessary to implement loops, which may need many more iterations than 400. -- You are receiving this mail because: You are the assignee for the bug.
