Skip to content
Snippets Groups Projects
Commit 23407922 authored by René Schöne's avatar René Schöne
Browse files

Merge branch '336-inc-flush-attr' into dev

parents 754863cb 1fa3e584
No related branches found
No related tags found
No related merge requests found
......@@ -224,6 +224,7 @@ if (#(signature)_values != null && #(signature)_values.containsKey(fParams)) {
$DDGNodeName handler = ($DDGNodeName) #(signature)_handler.remove(fParams);
handler.throwAway();
handler.notifyDependencies();
$include(AttrDecl.traceFlushIncAttr)
}
$else
$if(#isCircular)
......@@ -245,6 +246,7 @@ if (#(signature)_values != null && !#(signature)_values.isEmpty()) {
#resetVisit
#resetCache
#(signature)_handler.notifyDependencies();
$include(AttrDecl.traceFlushIncAttr)
}
$else
$if(#isCircular)
......@@ -255,6 +257,7 @@ $endif
#resetVisit
#resetCache
#(signature)_handler.notifyDependencies();
$include(AttrDecl.traceFlushIncAttr)
}
$endif
$endif
......
......@@ -385,8 +385,12 @@ $endif
AttrDecl.traceFlushIncAttr [[
$if (TraceFlush)
$if (#isParameterized)
state.trace().flushIncAttr("#getAspectName", fNode, fAttrID, fParams, "");
$else
state.trace().flushIncAttr("#getAspectName", fNode, fAttrID, "", "");
$endif
$endif
]]
CollEq.traceContributionCheckBegin [[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment