PackageManager: Make internal scope have the priority, remove m_temporaryPackages
Before, `m_internal.fromPath` was unused, and `m_internal.localPackages` was only used for the bare mode search paths, while a similar array of packages named `m_temporaryPackages` was used for `Repository` / `NativePath` dependencies. In both cases, this array should have priority over the other scopes, so we can just remove the duplication and swap the iteration order. |
---|
|
source/dub/packagemanager.d |
---|