Skip to content

[bugfix] Introduce deterministic transformation order for composite nodes

Dominic Kempf requested to merge bugfix/deterministic-child-transformation into master

As a side effect of using parameter packs in the implementation of the transformation behaviour of composite nodes, the traversal order on the tree was not defined. The commit reimplements the transformation such that evaluation order of children is left to right.

Merge request reports