forcebalance
forcebalance copied to clipboard
Resolve namespace conflict between engine and target
FB targets usually creates the Engine object by passing a dictionary that merges the target options and engine options dictionaries. There is the potential for namespace conflicts, in particular the name
key is used by both. The Engine name
attribute should be renamed to engine_name
and there should be some better system for resolving namespace conflicts (or there should be an error thrown).