You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have to make SPQR as stable as possible. One of the problems that prevents us from doing this is a lot of panic() calls. We need to audit our code and replace panics with returning an error/ adding an error message to the log.
The text was updated successfully, but these errors were encountered:
We have to make SPQR as stable as possible. One of the problems that prevents us from doing this is a lot of
panic()
calls. We need to audit our code and replace panics with returning an error/ adding an error message to the log.The text was updated successfully, but these errors were encountered: