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

Pass Rust stack traces to Dart side during a panic #1586

Merged
merged 29 commits into from
Jan 3, 2024
Merged

Conversation

fzyzcjy
Copy link
Owner

@fzyzcjy fzyzcjy commented Jan 2, 2024

Close #1553

  • add tests

@fzyzcjy fzyzcjy marked this pull request as ready for review January 2, 2024 14:18
Copy link

codecov bot commented Jan 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (10e7229) 99.21% compared to head (1aaa67d) 99.22%.
Report is 19 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1586   +/-   ##
=======================================
  Coverage   99.21%   99.22%           
=======================================
  Files         343      344    +1     
  Lines       13338    13374   +36     
=======================================
+ Hits        13233    13270   +37     
+ Misses        105      104    -1     

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

# Conflicts:
#	frb_rust/src/misc/user_utils.rs
@fzyzcjy fzyzcjy merged commit 27bf57d into master Jan 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rust stack traces on Dart side during a panic
1 participant