Open
Description
Zig Version
0.14.1
Steps to Reproduce and Observed Behavior
Steps to reproduce:
- git clone -b bug https://github.com/sdzx-1/polystate-examples.git
- cd polystate-examples
- zig build
The compiler will never stop.
Expected Behavior
I would say the compiler is behaving correctly here, I have created an infinite recursive state and it has indeed looped infinitely.
A more detailed explanation
I'm curious, is there any way to set a maximum value for such a loop at the compiler level?