Skip to content

Store cycles during recursive perform detection #2039

@fm-117

Description

@fm-117

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions