-
Notifications
You must be signed in to change notification settings - Fork 291
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
Remove TOX_DEBUG
and have asserts always enabled.
#381
Conversation
except for the load_state() function... WTF is that? Reviewed 8 of 8 files at r1. Comments from Reviewable |
229d2da
to
4373101
Compare
Reviewed 4 of 4 files at r2. Comments from Reviewable |
4373101
to
f9e2a40
Compare
Reviewed 4 of 4 files at r3. Comments from Reviewable |
Reviewed 2 of 8 files at r1, 2 of 4 files at r2, 4 of 4 files at r3. Comments from Reviewable |
a097e26
to
72cc2e1
Compare
These are cheap asserts. I've also replaced the fprintf's with `LOGGER_ERROR` calls.
72cc2e1
to
8b4eae4
Compare
@GrayHatter @robinlinden PTAL: merge required additional change: I added another instance of |
Reviewed 4 of 4 files at r4. Comments from Reviewable |
Reviewed 4 of 4 files at r4. Comments from Reviewable |
Comments from Reviewable |
These are cheap asserts. I've also replaced the fprintf's with
LOGGER_ERROR
calls.This change is