Ceedling
Ceedling copied to clipboard
1.1.0 Smarter Mixin Merges
- If
:definesor:flagsconfig or mixin conventions mismatch (array vs. matcher hash), the array is promoted to the hash-style*matcher automatically with a notice logging this modification. - An option has been added to the use of
deep_merge()to handle the case of merging mixin single values into config arrays (typically a single string into an array of strings). - If some oddball edge case slips through both of the above, Ceedling now logs a warning explaining which mixin value will clobber a config value in a merge.