-
Type:
Bug
-
Status: Accepted
-
Priority:
Normal
-
Resolution: Unresolved
-
Affects Version/s: PUP 3.8.2, PUP 4.2.1
-
Fix Version/s: None
-
Component/s: Language
-
Labels:None
-
Template:customfield_10700 35836
-
Epic Link:
-
Team:Froyo
if a node or a class inherits in such a way that the result is circular, the result is a "stack too deep" error without any additional information.
This is caused by by "instantiate_resource" because it does not check if it is already processing a parent entity.
class foo inherits foo { }
|
This occurs in both 3x parser and in future parser.
This can not be statically validated.