Explain nondeterministic template merging (#35405)
This commit is contained in:
parent
14eeb2aa30
commit
63a9571c4c
|
@ -186,6 +186,9 @@ Note, for mappings, the merging is "deep", meaning that specific
|
||||||
object/property based mappings can easily be added/overridden on higher
|
object/property based mappings can easily be added/overridden on higher
|
||||||
order templates, with lower order templates providing the basis.
|
order templates, with lower order templates providing the basis.
|
||||||
|
|
||||||
|
NOTE: Multiple matching templates with the same order value will
|
||||||
|
result in a non-deterministic merging order.
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
[[versioning-templates]]
|
[[versioning-templates]]
|
||||||
=== Template Versioning
|
=== Template Versioning
|
||||||
|
|
Loading…
Reference in New Issue