mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-03 01:08:47 +00:00
- 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.