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

Simplify updating libbacktrace #652

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

godlygeek
Copy link
Contributor

This is based on #651 and should be rebased on main once that one lands.

@codecov-commenter
Copy link

codecov-commenter commented Jul 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.99%. Comparing base (41248ed) to head (4b0ed4f).
Report is 111 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #652      +/-   ##
==========================================
+ Coverage   92.55%   92.99%   +0.44%     
==========================================
  Files          91       94       +3     
  Lines       11304    11420     +116     
  Branches     1581     2094     +513     
==========================================
+ Hits        10462    10620     +158     
+ Misses        837      800      -37     
+ Partials        5        0       -5     
Flag Coverage Δ
cpp 92.99% <ø> (+7.05%) ⬆️
python_and_cython 92.99% <ø> (-2.73%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Previously our `regenerate_libbacktrace.sh` script could only clone the
repo and re-apply our existing patches. Give it the ability to also
update to a different commit and rebase our patches.

If the rebasing fails, have it leave the `.git` directory around so that
a developer can manually rebase and finish the job.

Signed-off-by: Matt Wozniski <[email protected]>
@godlygeek godlygeek force-pushed the simplify_updating_libbacktrace branch from 501f611 to 4b0ed4f Compare July 26, 2024 16:22
@pablogsal pablogsal merged commit f848fc3 into bloomberg:main Aug 9, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants