Skip to content
Snippets Groups Projects
Commit 1c08b841 authored by Natalie Weizenbaum's avatar Natalie Weizenbaum
Browse files

Improve the heuristics for "pub get" is needed.

Instead of relying only on modification times, this does a more complex
compatibility check if the modification times of the pubspec, lockfile,
and .packages file aren't ordered properly. If they are up-to-date, it
updates the modification times accordingly.

This also fixes a case where "pub run" wasn't properly checking that the
dependencies were up-to-date.

Closes #1322

R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1307853004 .
parent a6a8a094
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment