Merged
Conversation
449430f to
6b770e7
Compare
6b770e7 to
6087843
Compare
6087843 to
67276a8
Compare
67276a8 to
7a7fe68
Compare
2e5f3ef to
e1e7ac9
Compare
e1e7ac9 to
e69d10d
Compare
dmehala
reviewed
Aug 7, 2024
f3fef42 to
ec2bd8e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #71 +/- ##
==========================================
+ Coverage 67.08% 69.27% +2.18%
==========================================
Files 35 36 +1
Lines 3476 4000 +524
Branches 606 671 +65
==========================================
+ Hits 2332 2771 +439
- Misses 826 880 +54
- Partials 318 349 +31
🚀 New features to boost your workflow:
|
be24d0a to
27d2adb
Compare
e7cdfb0 to
38e07b6
Compare
ca2b4ff to
1f5d274
Compare
Contributor
|
Hey @cataphract, |
dmehala
approved these changes
Aug 27, 2024
1f5d274 to
e4298d0
Compare
e4298d0 to
0cf1da3
Compare
dmehala
added a commit
that referenced
this pull request
Sep 19, 2024
PR #71 updates gdb to a newer version that supports reading DWARF debugging format. However, it incorrectly attempts to install the x86_64 version regardless of the system's architecture, causing errors on non-x86_64 platforms. This fix temporarily ensures that the updated gdb is only installed on x86_64 (amd64) systems.
dmehala
added a commit
that referenced
this pull request
Sep 19, 2024
PR #71 updates gdb to a newer version that supports reading DWARF debugging format. However, it incorrectly attempts to install the x86_64 version regardless of the system's architecture, causing errors on non-x86_64 platforms. This fix temporarily ensures that the updated gdb is only installed on x86_64 (amd64) systems.
dmehala
added a commit
that referenced
this pull request
Sep 19, 2024
PR #71 updates gdb to a newer version that supports reading DWARF debugging format. However, it incorrectly attempts to install the x86_64 version regardless of the system's architecture, causing errors on non-x86_64 platforms. This fix temporarily ensures that the updated gdb is only installed on x86_64 (amd64) systems.
dmehala
added a commit
that referenced
this pull request
Sep 19, 2024
PR #71 updates gdb to a newer version that supports reading DWARF debugging format. However, it incorrectly attempts to install the x86_64 version regardless of the system's architecture, causing errors on non-x86_64 platforms. This fix temporarily ensures that the updated gdb is only installed on x86_64 (amd64) systems.
cataphract
pushed a commit
that referenced
this pull request
Oct 30, 2024
PR #71 updates gdb to a newer version that supports reading DWARF debugging format. However, it incorrectly attempts to install the x86_64 version regardless of the system's architecture, causing errors on non-x86_64 platforms. This fix temporarily ensures that the updated gdb is only installed on x86_64 (amd64) systems.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates dd-trace-cpp to the version in
this PRthis PR and registers listeners for the WAF products.