Replies: 1 comment 1 reply
-
Moving it into another function would be nicest. I don't think it should be part of Can you see if #147 addresses your needs? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The panic handler that vaxis provides includes the default panic handler. If multiple libraries do this, I cannot use their custom panic handlers, as that would call the default panic handler multiple times.
My current workaround would be to copy the body from vaxis' panic handler to my custom panic handler.
This means I will miss out on future changes.
Would it be possible to remove the standard panic handlers from vaxis' panic handler? Or extract the vaxis part into another public function? Or move it into
Tty.deinit()
?What do you think?
Thank you for your work and time!
Beta Was this translation helpful? Give feedback.
All reactions