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

Copy subscriptions before iteration #212

Merged
merged 1 commit into from
May 18, 2023
Merged

Copy subscriptions before iteration #212

merged 1 commit into from
May 18, 2023

Conversation

joeshannon
Copy link
Contributor

This ensures that if a callback modifies the dictionary there is no 'dictionary changed size during iteration' error.

This ensures that if a callback modifies the dictionary there is no
'dictionary changed size during iteration' error.
@codecov
Copy link

codecov bot commented May 17, 2023

Codecov Report

Merging #212 (d652ca9) into main (aaccc3f) will decrease coverage by 0.54%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #212      +/-   ##
==========================================
- Coverage   87.50%   86.96%   -0.54%     
==========================================
  Files          41       41              
  Lines        1120     1120              
==========================================
- Hits          980      974       -6     
- Misses        140      146       +6     
Impacted Files Coverage Δ
src/blueapi/core/event.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@joeshannon joeshannon merged commit 14fea75 into main May 18, 2023
@joeshannon joeshannon deleted the copy-subscriptions branch May 18, 2023 08:42
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.

2 participants