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
{{ message }}
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.
Panicing into C code is undefined behavior but gtk-rs doesn't currently handle panics in callbacks. Until catch_panic (or recover or whatever it ends up being called) is stabalized, gtk-rs should probably just abort on panic (using a destructor bomb).
The text was updated successfully, but these errors were encountered:
Panicing into C code is undefined behavior but gtk-rs doesn't currently handle panics in callbacks. Until
catch_panic
(orrecover
or whatever it ends up being called) is stabalized, gtk-rs should probably just abort on panic (using a destructor bomb).The text was updated successfully, but these errors were encountered: