Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix recursive_merge() to return same type as its first argument
`mergewith()` always returns a `Dict`, ignoring the types of its arguments. We need `recursive_merge()` to return an `OrderedDict`, so re-implement `recursive_merge()` 'by hand' without using `mergewith()`.
- Loading branch information