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

feat: crashpad support for C++17 compilers. #1110

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

Conversation

supervacuus
Copy link
Collaborator

Fixes #1041 by introducing a fork for the transitive mini_chromium dependency. For details: getsentry/crashpad#116.

@supervacuus supervacuus force-pushed the feat/crashpad_cxx17_support branch from 092d889 to 4759af7 Compare December 29, 2024 16:38
Copy link

github-actions bot commented Dec 29, 2024

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against a4d8732

Copy link

codecov bot commented Dec 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.64%. Comparing base (b24b30c) to head (a4d8732).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1110      +/-   ##
==========================================
+ Coverage   82.58%   82.64%   +0.06%     
==========================================
  Files          53       53              
  Lines        7896     7896              
  Branches     1234     1234              
==========================================
+ Hits         6521     6526       +5     
+ Misses       1265     1259       -6     
- Partials      110      111       +1     

Copy link
Member

@JoshuaMoelans JoshuaMoelans left a comment

Choose a reason for hiding this comment

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

LGTM

@supervacuus
Copy link
Collaborator Author

supervacuus commented Jan 2, 2025

LGTM

Great! Happy New Year, @JoshuaMoelans.

I want to review the changes needed in the forks line-by-line with you before we merge anything. A considerable amount of C++17 and 20 specifics require changing, and I want to ensure these are clear. We also must find a getsentry home for the mini_chromium fork first (since this is currently hosted on my Github).

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.

Forced C++20 requirement?
2 participants