DescriptionFix an edge case in dependency freshness checking.
If a path dependency had a dependency back on the root package, it
would be detected as always stale because the root package isn't in the
lockfile. This changes the check to always consider that fresh, since
all dependencies on the root package are satisfied.
Closes #1416
R=rnystrom@google.com
Committed: https://github.com/dart-lang/pub/commit/488ab539770512a234f0a01b74882dcbb3f1a4da
Patch Set 1 #
Total comments: 2
Patch Set 2 : Code review changes #
Messages
Total messages: 6 (1 generated)
|