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 ran into an issue yesterday where an error wasn't handled in the safe API, causing a segfault. In order to avoid those for now, we should make sure that all functions from cppmm are handled. Even if it is just sys::Imf_func(...).into_result().unwrap().
The PR template should be updated to include that as a requirement for accepting a PR as well.
The text was updated successfully, but these errors were encountered:
We ran into an issue yesterday where an error wasn't handled in the safe API, causing a segfault. In order to avoid those for now, we should make sure that all functions from cppmm are handled. Even if it is just
sys::Imf_func(...).into_result().unwrap()
.The PR template should be updated to include that as a requirement for accepting a PR as well.
The text was updated successfully, but these errors were encountered: