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 missing return in ctx0::notify #1320

Merged
merged 1 commit into from
Feb 10, 2021
Merged

Fix missing return in ctx0::notify #1320

merged 1 commit into from
Feb 10, 2021

Conversation

sc1f
Copy link
Contributor

@sc1f sc1f commented Feb 6, 2021

This puts back a return statement that was erroneously removed in t_ctx0::notify, which caused filtered contexts to fail when updates were read out. I've added a test for this issue and verified the breakage before the fix was applied.

@sc1f sc1f added 0.6.1 C++ internal Internal refactoring and code quality improvement labels Feb 6, 2021
@texodus texodus removed the 0.6.1 label Feb 8, 2021
@texodus texodus added this to the 0.6.1 milestone Feb 8, 2021
@texodus texodus added bug Concrete, reproducible bugs and removed internal Internal refactoring and code quality improvement labels Feb 8, 2021
Copy link
Member

@texodus texodus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR and test!

Doubly-so, since I introduced this regression in the first place ...

@texodus texodus merged commit eeb8b1e into master Feb 10, 2021
@texodus texodus deleted the fix-ctx0 branch February 10, 2021 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs C++
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants