-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update repository for Fast DDS 3.0.0 compatibility #101
Conversation
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.
This branch does not compile against Fast DDS 3.0.x-devel
as DBQueue
is missing now. We have to reimplement it internally (copy fastdds code to dev-utils)
c4c8f92
to
dffbe6d
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #101 +/- ##
==========================================
- Coverage 66.70% 66.20% -0.51%
==========================================
Files 62 63 +1
Lines 1547 1604 +57
Branches 424 436 +12
==========================================
+ Hits 1032 1062 +30
- Misses 268 283 +15
- Partials 247 259 +12 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Lucia Echevarria <[email protected]>
Signed-off-by: Lucia Echevarria <[email protected]>
Signed-off-by: Lucia Echevarria <[email protected]>
Signed-off-by: Lucia Echevarria <[email protected]>
Signed-off-by: Lucia Echevarria <[email protected]>
…tor DBQueue code style to snake case Signed-off-by: Lucia Echevarria <[email protected]>
Signed-off-by: Lucia Echevarria <[email protected]>
6ac705d
to
3103ffd
Compare
No description provided.