-
Notifications
You must be signed in to change notification settings - Fork 15
[Versioning] Rename ddcommon and ddcommon-ffi #1314
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
Conversation
ac1e95b to
70b1c65
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1314 +/- ##
==========================================
- Coverage 71.66% 71.60% -0.06%
==========================================
Files 370 370
Lines 58581 58578 -3
==========================================
- Hits 41984 41947 -37
- Misses 16597 16631 +34
🚀 New features to boost your workflow:
|
BenchmarksComparisonBenchmark execution time: 2025-11-07 18:23:24 Comparing candidate commit 49bb9d1 in PR branch Found 9 performance improvements and 2 performance regressions! Performance is the same for 44 metrics, 2 unstable metrics. scenario:benching serializing traces from their internal representation to msgpack
scenario:credit_card/is_card_number/378282246310005
scenario:credit_card/is_card_number/37828224631000521389798
scenario:credit_card/is_card_number_no_luhn/ 378282246310005
scenario:credit_card/is_card_number_no_luhn/378282246310005
scenario:credit_card/is_card_number_no_luhn/37828224631000521389798
CandidateCandidate benchmark detailsGroup 1
Group 2
Group 3
Group 4
Group 5
Group 6
Group 7
Group 8
Group 9
Group 10
Group 11
Group 12
Group 13
Group 14
Group 15
Group 16
Group 17
BaselineOmitted due to size. |
Artifact Size Benchmark Reportaarch64-alpine-linux-musl
aarch64-unknown-linux-gnu
libdatadog-x64-windows
libdatadog-x86-windows
x86_64-alpine-linux-musl
x86_64-unknown-linux-gnu
|
data-pipeline/Cargo.toml
Outdated
| tokio-util = "0.7.11" | ||
|
|
||
| ddcommon = { path = "../ddcommon", default-features = false } | ||
| ddcommon = { version = "1.0.0", path = "../libdd-common", package = "libdd-common", default-features = false } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this be libdd-common? Why call it ddocommon and have package = "libdd-common"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pushed a commit that imports the package as libdd-common and updated all the use statements. Unless we have good reason, we should get all the changes done in one go. Feel free to drop the commit if it's truly a bad idea. CC @hoolioh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the idea was to use the alias to reduce the changes of this PR and update the use statements in the following PRs where the alias has been used.
But there is no problem if you have changed them.
I don't think there are many conflicts these days.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reasoning behind using the alias was to reduce the scope of the PR and defer the code changes for the PR that renames data-pipeline. That said I don´t think it's a bad idea and since we know people in data-pipeline we can get their approvals for the files they own :).
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|
What does this PR do?
A brief description of the change being made with this pull request.
Motivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
How to test the change?
Describe here in detail how the change can be validated.