forcebalance icon indicating copy to clipboard operation
forcebalance copied to clipboard

Resolve namespace conflict between engine and target

Open leeping opened this issue 5 years ago • 0 comments

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).

leeping avatar Aug 03 '19 15:08 leeping