On Wed Aug 23 07:58:12 2017, ALTREUS wrote:
Show quoted text> Would be great to be able to provide a subref that determines which of
> two conflicting values to keep. Alternatively, to provide merge
> strategies that consider the values rather than the source of the
> values (e.g. PRESERVE_GREATEST)
>
> In my use case, I'd like to keep the one that specifies a bigger
> version number, for example.
You can already do that. Specify an own behavior, which is always called with the left and the right value and you can decide which one to keep.
What is your concrete wish? Do you suggest some more default behaviors? If so, please send also their specifications, since what makes an array bigger or makes a hash greater heavily depends on perspective.