You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple and short-term solution would be to add a check if anywhere in the code _$func is used. Then, in the UI, throw a warning that "If termination condition is not met, in recursion, the playground may get stuck. "
A long-term solution would involve adding a max run duration if and only if there is a recursion involved in the code.
The text was updated successfully, but these errors were encountered:
A simple and short-term solution would be to add a check if anywhere in the code _$func is used. Then, in the UI, throw a warning that "If termination condition is not met, in recursion, the playground may get stuck. "
A long-term solution would involve adding a max run duration if and only if there is a recursion involved in the code.
The text was updated successfully, but these errors were encountered: