You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be handy to be able to include a given YAML submodule, but then after the fact override or merge in additional items. The proposed implementation is to allow the INCLUDE to be an array, and the inclusion of each file is done sequentially per specified ordering of array.
Would also be convenient to be able to specify the secondary items to merge into the base submodule verbatim instead of need to specify a separate file for overriding just 1 or 2 simple elements. Not sure it this would be feasible nor am I sure how that would be specified in the master YAML file.
The text was updated successfully, but these errors were encountered:
Yeah, looks good and straightforward to me. Would be good to write up a
little blurb talking about your motivations for throwing this together, as
well as how it applies to Ceedling as well. Also, noting why you thought it
would make a good standalone piece of code for general Ruby consumption.
"You have enemies? Good. That means youve stood up for something, sometime
in your life." ~ Winston Churchill
On Wed, Oct 12, 2011 at 12:07 PM, John Van Enk < [email protected]>wrote:
Is this an appropriate example for the first issue?
It would be handy to be able to include a given YAML submodule, but then after the fact override or merge in additional items. The proposed implementation is to allow the INCLUDE to be an array, and the inclusion of each file is done sequentially per specified ordering of array.
Would also be convenient to be able to specify the secondary items to merge into the base submodule verbatim instead of need to specify a separate file for overriding just 1 or 2 simple elements. Not sure it this would be feasible nor am I sure how that would be specified in the master YAML file.
The text was updated successfully, but these errors were encountered: