Skip to content

Deprecate forEachNode with multiple callbacks

Simon Praetorius requested to merge issue/deprecate_foreach_node into master

Summary

The forEachNode() traversal function with multiple callback arguments is deprecated in favor of the more generic applyToTree() function. It is mostly used internally, not in the user front-end.

Edited by Simon Praetorius

Merge request reports