• 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
..
bin Loading commit data...
doc Loading commit data...
gradle Loading commit data...
ide_templates/intellij Loading commit data...
lib Loading commit data...
schema Loading commit data...
templates Loading commit data...
test Loading commit data...
tool Loading commit data...
BUILD.gn Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
pubspec.yaml Loading commit data...