Refactor loadConfig to not rely on class state
By making it take a parameter and return a value, we make it more obvious what is being used and changed, and we document that rootPath is the only class member being read, which is a fair assumption for any method of Dub. |
---|
|
source/dub/dub.d |
---|