Closed abitofevrything closed 1 month ago
Fix an issue where iterating over Cache.values threw a ConcurrentModificationError due to the underlying _mru list being updated.
Cache.values
ConcurrentModificationError
_mru
dart analyze
make analyze
dart format --set-exit-if-changed -l 160 ./lib
make format
Description
Fix an issue where iterating over
Cache.values
threw aConcurrentModificationError
due to the underlying_mru
list being updated.Type of change
Checklist:
dart analyze
ormake analyze
and fixed all issuesdart format --set-exit-if-changed -l 160 ./lib
ormake format
and fixed all issues