-
Notifications
You must be signed in to change notification settings - Fork 774
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
[18259] Calling old on_participant_discovery
overload
#3479
Merged
Conversation
This file contains 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
MiguelCompany
added
the
doc-pending
Issue or PR which is pending to be documented
label
Apr 21, 2023
MiguelCompany
changed the title
Calling old
[18259] Calling old Apr 21, 2023
on_participant_discovery
overloadon_participant_discovery
overload
@richiprosima please test this |
JLBuenoLopez
previously approved these changes
Jun 13, 2023
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 think this should be backported to 2.10.x
JLBuenoLopez
added
versions-pending
and removed
ci-pending
PR which CI is running
labels
Jun 14, 2023
JLBuenoLopez
force-pushed
the
bugfix/18257
branch
from
June 20, 2023 07:20
811a3e5
to
c2f3b53
Compare
@Mergifyio backport 2.10.x |
✅ Backports have been created
|
@richiprosima please test this |
JLBuenoLopez
added
ci-pending
PR which CI is running
and removed
doc-pending
Issue or PR which is pending to be documented
versions-pending
labels
Jun 20, 2023
Signed-off-by: Miguel Company <[email protected]>
Signed-off-by: Miguel Company <[email protected]>
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
JLBuenoLopez
force-pushed
the
bugfix/18257
branch
from
June 21, 2023 05:05
c2f3b53
to
b7b60ae
Compare
@richiprosima please test this |
EduPonz
approved these changes
Jun 21, 2023
EduPonz
added
ready-to-merge
Ready to be merged. CI and changes have been reviewed and approved.
ci-pending
PR which CI is running
and removed
ci-pending
PR which CI is running
ready-to-merge
Ready to be merged. CI and changes have been reviewed and approved.
labels
Jun 21, 2023
@richiprosima please test windows |
EduPonz
added
ready-to-merge
Ready to be merged. CI and changes have been reviewed and approved.
and removed
ci-pending
PR which CI is running
labels
Jun 22, 2023
mergify bot
pushed a commit
that referenced
this pull request
Jun 22, 2023
* Refs #18257. Notify old overload when participant is not ignored. Signed-off-by: Miguel Company <[email protected]> * Refs #18257. Change default implementation of new overload. Signed-off-by: Miguel Company <[email protected]> * Refs #18259: update versions.md Signed-off-by: JLBuenoLopez-eProsima <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]> Signed-off-by: JLBuenoLopez-eProsima <[email protected]> Co-authored-by: JLBuenoLopez-eProsima <[email protected]> (cherry picked from commit f15c7c7) # Conflicts: # versions.md
EduPonz
pushed a commit
that referenced
this pull request
Aug 7, 2023
* Refs #18257. Notify old overload when participant is not ignored. Signed-off-by: Miguel Company <[email protected]> * Refs #18257. Change default implementation of new overload. Signed-off-by: Miguel Company <[email protected]> * Refs #18259: update versions.md Signed-off-by: JLBuenoLopez-eProsima <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]> Signed-off-by: JLBuenoLopez-eProsima <[email protected]> Co-authored-by: JLBuenoLopez-eProsima <[email protected]> (cherry picked from commit f15c7c7) # Conflicts: # versions.md
EduPonz
added a commit
that referenced
this pull request
Aug 9, 2023
* Calling old `on_participant_discovery` overload (#3479) * Refs #18257. Notify old overload when participant is not ignored. Signed-off-by: Miguel Company <[email protected]> * Refs #18257. Change default implementation of new overload. Signed-off-by: Miguel Company <[email protected]> * Refs #18259: update versions.md Signed-off-by: JLBuenoLopez-eProsima <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]> Signed-off-by: JLBuenoLopez-eProsima <[email protected]> Co-authored-by: JLBuenoLopez-eProsima <[email protected]> (cherry picked from commit f15c7c7) # Conflicts: # versions.md * Refs #18259: Fix rebase Signed-off-by: Eduardo Ponz <[email protected]> * Update versions.md Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Eduardo Ponz <[email protected]> Signed-off-by: Miguel Company <[email protected]> Co-authored-by: Miguel Company <[email protected]> Co-authored-by: Eduardo Ponz <[email protected]>
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.
Description
This should fix #3460 by calling the old overload whenever the new one does not ignore the participant.
Please note that a test that mixes two versions of the product would be difficult to implement, so this fix should be manually checked.
The black-box tests currently use the old overload of the listener, so passing them is enough to check that the old overload is called when the new one has not been overridden.
No need to backport since it only affects 2.10.1.
Contributor Checklist
versions.md
file (if applicable).Related documentation PR: [18259] Clarify participant discovery callbacks behavior Fast-DDS-docs#511
Reviewer Checklist