Skip to content
Snippets Groups Projects
Commit 770604aa authored by Johannes Mey's avatar Johannes Mey
Browse files

fix circular dependency tracking. not sure if the solution is correct and reasonable.

parent 12fab569
No related branches found
No related tags found
No related merge requests found
...@@ -152,6 +152,9 @@ AttrDecl.circularEquation:parameterized [[ ...@@ -152,6 +152,9 @@ AttrDecl.circularEquation:parameterized [[
$include(AttrDecl.generatedAnnotations) $include(AttrDecl.generatedAnnotations)
public #getType #name($ParamDecl) { public #getType #name($ParamDecl) {
#parameterStructure #parameterStructure
$include(AttrDecl.incHookAttrRead)
#initLazyMaps #initLazyMaps
$StateClass.CircularValue _value; $StateClass.CircularValue _value;
if (#(signature)_values.containsKey(_parameters)) { if (#(signature)_values.containsKey(_parameters)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment