• Chris Bracken's avatar
    Eliminiate concurrent map key set modification (#18284) · 0628a1fb
    Chris Bracken authored
    Iterates over a copy of the dirty entries list rather than the original,
    in order to avoid the potential for a concurrent modification exception
    when fileUris are removed/added later in the loop.
    
    This occurs when non-asset URIs (Dart sources) are listed in the dirty
    set when --preview-dart-2 is enabled (the default).
    0628a1fb
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.cirrus.yml Loading commit data...
.coveralls.yml 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...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
analysis_options_repo.yaml Loading commit data...
appveyor.yml Loading commit data...
flutter_console.bat Loading commit data...