1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 10:11:17 +00:00
sergei Trofimov 9093477f1b utils/types: fix toggle_set merge methods
- 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.
2018-05-08 10:50:48 +01:00
..
2017-09-29 09:48:25 +01:00
2018-04-30 09:14:11 +01:00
2017-09-29 09:48:25 +01:00
2018-04-30 09:14:11 +01:00
2018-03-08 11:18:12 +00:00