• Chris Bracken's avatar
    Avoid rebuilding snapshots if no change to source (#11551) · 74835db5
    Chris Bracken authored
    This change re-introduces skipping snapshot builds if input sources (and
    outputs) have not changed since the last snapshot build, with a bugfix
    to include the entry-point source in the checksum used to check whether
    rebuild can be skipped. This ensures that the following sequence
    invalidates the cached build, resulting in two snapshot builds:
    
      flutter build ios lib/foo.dart
      flutter build ios lib/bar.dart
    
    This reverts commit 3d5afb5a.
    74835db5
Name
Last commit
Last update
.idea Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.analysis_options Loading commit data...
.analysis_options_repo Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
appveyor.yml Loading commit data...