-
Notifications
You must be signed in to change notification settings - Fork 366
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
Timeless counter underflow warning when opening plots example with old blueprint #4355
Comments
Let's verify this is a debug-only warning. Can we repro it? |
Ha no, I remember now (by which I mean Andreas pointed that out just above 🤦♂️): we only changed it on the release branch for 0.11. Yeah this should really always be a |
…der|over}flows (#4771) A quick pass over all dangerous looking `{checked|saturating}_{sub|add}`s I could find. They will now all log in DEBUG (reminder: we now show DEBUG logs by default in debug builds) and print as many information as possible. They will also all behave as a saturating operation in case of failure. I've also removed the `_once`: whether this repeats or not might actually help us track the root cause. I couldn't reproduce the issue in #4355, so don't know about that. - Part of #4355
so the only action point is to make this a debug log? Okay! |
We haven't seen this in a while 🤷 |
Got this warning:
when opening the plots demo with an outdated blueprint.
Note that we changed this to be a debug warning on the 0.11.0 release branch
The text was updated successfully, but these errors were encountered: