Details
-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.8
-
Fix Version/s: 1.5.8
-
Component/s: None
-
Labels:None
Description
1. Fix SWMgr::augmentPath to both override config AND driver of a module, not just one as it is now.
2. Add flag like NO_OVERRIDE to the function. If it is true, and a module of the same name as an already loaded one is being loaded by augmentPath, guess a new name for it (like modulename+version if possible, always verify name is not already being used yet). This way both can be used at the same time.