-
Notifications
You must be signed in to change notification settings - Fork 0
Need to evaluate all asserts in code base #29
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
Comments
Need to get rid of ones that should actually be errors, and not asserts at all. |
It turns out I am working on this, but mostly in devicemapper, see: |
stratis-storage/devicemapper-rs#484 also falls into this category. |
We do this all the time these days, as part of our regular operation, so we can drop this as a special issue. |
Uh oh!
There was an error while loading. Please reload this page.
Need to decide which should be asserts, and which should be debug asserts, which get compiled out.
The text was updated successfully, but these errors were encountered: