Chromium Code Reviews
DescriptionAllow `pub install` and `pub update` to update dependers.
If the pubspec has a new dependency which causes an incompatibility with the
locked packages' version constraints, `pub install` will now unlock packages
one by one until a compatible version graph can be found.
`pub update <package>` will now always update the given package to its latest
version, even if that requires updating locked packages that depend on it
transitively. If no amount of updating will make the latest version valid, an
exception will be thrown.
This was originally submitted as r10779
Committed: https://code.google.com/p/dart/source/detail?r=11119
Patch Set 1 #Patch Set 2 : Merge master #Patch Set 3 : Fix VersionSolver test failures. #
Total comments: 4
Patch Set 4 : Code review changes #
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||||||||||||||||||||