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

fix: Restore printing backtraces on panics #21131

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

orlp
Copy link
Collaborator

@orlp orlp commented Feb 7, 2025

I messed up in my logic of when to suppress panics from keyboard interrupts leading to some backtraces being incorrectly suppressed.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Feb 7, 2025
Copy link

codecov bot commented Feb 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.90%. Comparing base (13186ba) to head (b735846).
Report is 17 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21131      +/-   ##
==========================================
+ Coverage   79.09%   79.90%   +0.80%     
==========================================
  Files        1592     1592              
  Lines      227174   227260      +86     
  Branches     2594     2594              
==========================================
+ Hits       179692   181597    +1905     
+ Misses      46886    45067    -1819     
  Partials      596      596              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ritchie46 ritchie46 merged commit e76e662 into pola-rs:main Feb 7, 2025
23 checks passed
@c-peters c-peters added the accepted Ready for implementation label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants