You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: 'When enabled, a stabilization loop will be run when invoking Aspects during synthesis.',
1416
1416
detailsMd: `
1417
-
Currently, when Aspects are invoked in one single pass of the construct tree.
1418
-
This means that the Aspects that create other Aspects are not run and Aspects that create new nodes of the tree sometimes do not inherit their parent Aspects.
1417
+
Previously, Aspects were invoked in a single pass of the construct tree.
1418
+
This meant that Aspects which created other Aspects were not run, and Aspects that created new nodes in the tree sometimes did not inherit their parent Aspects.
1419
1419
1420
1420
When this feature flag is enabled, a stabilization loop is run to recurse the construct tree multiple times when invoking Aspects.
0 commit comments