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: build error introduced by crashpad C++17 support #1118

Merged
merged 15 commits into from
Jan 20, 2025

Conversation

supervacuus
Copy link
Collaborator

Fixes: #1115

Details: getsentry/mini_chromium#2
Tracking PR crashpad: getsentry/crashpad#117

Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.69%. Comparing base (60a5e61) to head (c5212b2).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1118      +/-   ##
==========================================
+ Coverage   82.66%   82.69%   +0.03%     
==========================================
  Files          53       53              
  Lines        7930     7930              
  Branches     1240     1240              
==========================================
+ Hits         6555     6558       +3     
+ Misses       1264     1261       -3     
  Partials      111      111              

Co-authored-by: JoshuaMoelans <60878493+JoshuaMoelans@users.noreply.github.com>
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 supervacuus merged commit 5cb0986 into master Jan 20, 2025
25 checks passed
@supervacuus supervacuus deleted the fix/crashpad_cxx17_build_error branch January 20, 2025 12:42
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.

mini_chromium requres C++20 header span.h
2 participants