Fixed bug where epoll ready list contained non-ready items#1548
Merged
stevenengler merged 1 commit intoshadow:mainfrom Aug 2, 2021
Merged
Fixed bug where epoll ready list contained non-ready items#1548stevenengler merged 1 commit intoshadow:mainfrom
stevenengler merged 1 commit intoshadow:mainfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1548 +/- ##
==========================================
- Coverage 52.59% 52.59% -0.01%
==========================================
Files 141 141
Lines 21226 21248 +22
Branches 5364 5373 +9
==========================================
+ Hits 11164 11175 +11
- Misses 7111 7116 +5
- Partials 2951 2957 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
4 tasks
robgjansen
requested changes
Aug 2, 2021
Member
robgjansen
left a comment
There was a problem hiding this comment.
I think we could be more efficient (see comment); let me know if you want to discuss.
robgjansen
approved these changes
Aug 2, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes the issue where shadow gets stuck in #1540. The bug occurs with edge-triggered watch objects.