Implement a recursion based dependency resolution algorithm.
Although this is rather expensive in terms of memory allocation and stack usage, it does a much better job at reducing the number of combinations that have to be tested. |
---|
|
source/dub/dependencyresolver.d |
---|