Commits

Daniel Dunbar committed 4cb4f217c05
[PackageGraph] Start work on DependencyResolver. - This is a new dependency resolution algorithm which is designed to be more decoupled from the underlying state the package manager needs to maintain, and with an eye towards future flexibility (dependency resolution failure diagnostics, and multi-package support). - The current algorithm doesn't actually do anything useful...