-
Notifications
You must be signed in to change notification settings - Fork 9
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
1423 remove maximimum ref-count check #1712
Conversation
293a5d7
to
ccf9b0b
Compare
Codecov Report
@@ Coverage Diff @@
## develop #1712 +/- ##
========================================
Coverage 83.79% 83.79%
========================================
Files 773 773
Lines 26869 26894 +25
========================================
+ Hits 22515 22537 +22
- Misses 4354 4357 +3
|
Line 65 comment should be amended to "Message ref-count must never be negative." |
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.
Looks good to me! Just need to get the warnings worked out.
Code looks fine to me. |
|
7fc5f64
to
c85f1bb
Compare
Fixes #1423 by simply removing the upper bound check in the assertion.
Alternative to PR #1432