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
The current recursive PERFORM detection stores only the PERFORM node that lead to a cycle.
To improve diagnostics, we need to keep the cycle that has been detected.
Technical:
See if the RecursivityGroupSet can be replaced with a Stack<...> that would keep track of perform chains.