Skip to content

deps(dd-trace-cpp): bump dd-trace-cpp to 83958bc #208

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

Merged
merged 3 commits into from
May 5, 2025

Conversation

dmehala
Copy link
Contributor

@dmehala dmehala commented Apr 30, 2025

@dmehala dmehala requested a review from a team as a code owner April 30, 2025 12:02
@dmehala dmehala requested review from zacharycmontoya, cataphract and pablomartinezbernardo and removed request for a team and zacharycmontoya April 30, 2025 12:02
@dmehala dmehala changed the title Dmehala/bump dd trace cpp deps(dd-trace-cpp): bump dd-trace-cpp to 83958bc Apr 30, 2025
Comment on lines +223 to +232
#ifdef __x86_64__
#define MEMFD_CREATE_SYSCALL 319
#elif __aarch64__
#define MEMFD_CREATE_SYSCALL 279
#endif

// introduced in glibc 2.27
int memfd_create(const char *name, unsigned flags) {
return syscall(MEMFD_CREATE_SYSCALL, name, flags);
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@cataphract can I give your review on this part? please.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.25%. Comparing base (7934662) to head (ee0ef65).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #208   +/-   ##
=======================================
  Coverage   71.25%   71.25%           
=======================================
  Files          49       49           
  Lines        6356     6356           
  Branches      903      903           
=======================================
  Hits         4529     4529           
  Misses       1378     1378           
  Partials      449      449           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@cataphract cataphract force-pushed the dmehala/bump-dd-trace-cpp branch from ee0ef65 to 0bef6ab Compare May 5, 2025 11:40
@cataphract cataphract merged commit a2e2d29 into master May 5, 2025
3 of 30 checks passed
@cataphract cataphract deleted the dmehala/bump-dd-trace-cpp branch May 5, 2025 11: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.

3 participants