Actions
Bug #11730
closedDocument how to merge properties, and not simply merge them
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
We introduced local override of node properties. But this is an override, and not a merge, as the semantic of merge is complex and non-deterministic (especially with literal), and prevent to remove keys
We hsould document how to merge properties, with local properties and generic method variable_dict_merge_tolerant
Actions