Panic Hook Removal #153
Replies: 2 comments 4 replies
-
The panic hook implementation was removed because, as it stood, it had to make way too many assumptions about the application’s context, some that often fell into unsafety or possible double panics. It was decided to leave the panic hook implementation to the final user, if they desired to have one. |
Beta Was this translation helpful? Give feedback.
-
Just to revisit this discussion, a new panic hook implementation has arisen with #162 ! Personally I think that looks a lot cleaner and is using the 3DS native UI to pause execution, which seems like a major benefit over the awkward |
Beta Was this translation helpful? Give feedback.
-
Can someone remind me why we removed the panic hook? What's the expected behavior right now? It doesn't look like we have a panic hook implementation somewhere else.
39bd6c2
cc @Meziu
Beta Was this translation helpful? Give feedback.
All reactions