mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 20:11:20 +00:00
9093477f1b
- The merge_with and merge_into implementation was reversed. Fix this, so that it is implemented correctly, i.e. that a.merge_with(b) === merge(a, b) a.merge_into(b) === merge(b, a) - Ensure that in case of merge_into(), a toggle_set is always returned.