Add export to 'create_listener'#153
Merged
Merged
Conversation
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #153 +/- ##
==========================================
+ Coverage 36.50% 37.95% +1.44%
==========================================
Files 171 153 -18
Lines 11669 7017 -4652
Branches 5347 2788 -2559
==========================================
- Hits 4260 2663 -1597
+ Misses 4649 2952 -1697
+ Partials 2760 1402 -1358 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
@Mergifyio backport 0.x |
✅ Backports have been createdDetails
|
mergify Bot
pushed a commit
that referenced
this pull request
Jul 16, 2025
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com> (cherry picked from commit 4fde39f) # Conflicts: # ddspipe_participants/include/ddspipe_participants/participant/dynamic_types/DynTypesParticipant.hpp
juanlofer-eprosima
pushed a commit
that referenced
this pull request
Jul 16, 2025
* Add export to 'create_listener' (#153) Signed-off-by: cferreiragonz <carlosferreira@eprosima.com> (cherry picked from commit 4fde39f) # Conflicts: # ddspipe_participants/include/ddspipe_participants/participant/dynamic_types/DynTypesParticipant.hpp * Solve conflicts Signed-off-by: cferreiragonz <carlosferreira@eprosima.com> --------- Signed-off-by: cferreiragonz <carlosferreira@eprosima.com> Co-authored-by: Carlos Ferreira González <carlosferreira@eprosima.com>
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.
This PR adds a missing export to the create_listener method to fix compilation on Windows in products inheriting from
DynTypesParticipant.