Unguarded Recursion#
Severity: (Warning) A potential problem, but not bad enough to cause output to be disregarded -- it may still be usable
Explanation#
The Orc compiler suspects that a function may call itself repeatedly, without stopping.
Advice about this Orc compiler message is below. Since people use Orc in various ways, we've given you the power to enhance this write-up with your perspective. Edit
Possible Causes#
Advice#
- The analysis the Orc compiler uses is fairly naive and subject to false positives and negatives.
- List suggested user actions and possible solutions here.
See other Orc messages
Add new attachment
Only authorized users are allowed to upload new attachments.