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

Merged
merged 2 commits into from
Mar 17, 2025
Merged

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
Copy link
Contributor

@ehuss ehuss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ehuss ehuss added this pull request to the merge queue Mar 17, 2025
Merged via the queue into rust-lang:master with commit c737cea Mar 17, 2025
7 checks passed
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.

None yet

3 participants