-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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 parameter for ReadThread (windows) #1377
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes sense.
Are you able to run the full test suite with a |
Ok, but 1 test fails. I'll check details later.
|
Codecov Report
@@ Coverage Diff @@
## master #1377 +/- ##
==========================================
+ Coverage 79.43% 79.58% +0.14%
==========================================
Files 21 20 -1
Lines 919 862 -57
Branches 166 162 -4
==========================================
- Hits 730 686 -44
+ Misses 189 176 -13
Continue to review full report at Codecov.
|
Well.. that test should pass, this is an obvious bug to fix, hopefully there are not others. I don't have access to windows test hardware so I cant' debug it. |
Ok, I'll post a new issue for this error. |
Fix #1375
This is a degrade by #1367