Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make panics also exit gracefully, like in #10 #14

Open
Vurv78 opened this issue Jan 23, 2022 · 0 comments
Open

Make panics also exit gracefully, like in #10 #14

Vurv78 opened this issue Jan 23, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Vurv78
Copy link
Owner

Vurv78 commented Jan 23, 2022

Should be pretty easy to do with std::panic::catch_unwind and std::panic::set_hook.

This is sort of related to #10, although instead there it openly .unwrap()s so it is our fault that it kills the program.

@Vurv78 Vurv78 added the enhancement New feature or request label Jan 23, 2022
@Vurv78 Vurv78 changed the title Allow unwinding / panics ErrorNoHalt panics Jan 23, 2022
@Vurv78 Vurv78 changed the title ErrorNoHalt panics Make panics also exit gracefully, like in #10 Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant