Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Materialize list in Component.removeWhere #2458

Merged
merged 3 commits into from
Apr 2, 2023
Merged

Conversation

spydon
Copy link
Member

@spydon spydon commented Apr 2, 2023

Description

This is needed since it'll get a ConcurrentModificationException in some cases otherwise, like in the test added for example.

Checklist

  • I have followed the Contributor Guide when preparing my PR.
  • I have updated/added tests for ALL new/updated/fixed functionality.
  • I have updated/added relevant documentation in docs and added dartdoc comments with ///.
  • I have updated/added relevant examples in examples or docs.

Breaking Change?

  • No, this PR is not a breaking change.

Related Issues

Closes #2424

This is needed since it'll get a ConcurrentModificationException in some
cases otherwise.
@spydon spydon requested review from st-pasha and a team April 2, 2023 12:22
@spydon spydon changed the title fix: Component.removeWhere to materialize list fix: Materialize list in Component.removeWhere Apr 2, 2023
@spydon spydon enabled auto-merge (squash) April 2, 2023 15:46
@spydon spydon merged commit 13cce4a into main Apr 2, 2023
@spydon spydon deleted the spydon/fix-removeWhere branch April 2, 2023 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Component.removeWhere throwing Concurrent modification during iteration Exception
2 participants