Fix detection of root package references during dependency resolution. See #334.
- References to and from sub packages of the root package are now also recognized as coming from the root package - Any dependency reference within a certain package "family"* (including path based ones) is now mapped to the same base package (circumventing the lookup of all possible matches) * "family" == base package and all of its sub packages |
---|
|
source/dub/dependencyresolver.d |
---|
source/dub/dub.d |
---|