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

Remove panic wrapper in tracing callback #1121

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vcfxb
Copy link
Contributor

@vcfxb vcfxb commented Jan 25, 2025

This was there when I last modified the tracing code and I left it in without checking on it but looking again at it now, it seems like it should be removed in favor of rust's native extern "C" panic handling.

This is arguably a bugfix, so it does not require cutting a new release in my opinion, although you may want to anyway since there's a potential for user's code to start panicking/aborting at runtime where it wasn't before.

@rustbot rustbot added the S-waiting-on-review Status: Waiting on review label Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Waiting on review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants