[20583] DataReader::return_loan returns OK on loanable sequences without loans#4503
Merged
EduPonz merged 4 commits into3.0.x-develfrom Apr 24, 2024
Merged
[20583] DataReader::return_loan returns OK on loanable sequences without loans#4503EduPonz merged 4 commits into3.0.x-develfrom
EduPonz merged 4 commits into3.0.x-develfrom
Conversation
6f2e87e to
29ec5b5
Compare
3023499 to
70c3e45
Compare
ba2327e to
eb65c57
Compare
eb65c57 to
59f9758
Compare
3cb7df7 to
a9f0e11
Compare
Mario-DL
approved these changes
Mar 11, 2024
Contributor
Mario-DL
left a comment
There was a problem hiding this comment.
Changes (last 4 commits) LGTM with green CI (would need rebase first)
70c3e45 to
cd977f9
Compare
Author
|
@richiprosima please test_3 this |
2de726b to
4a61143
Compare
c899270 to
a0bdc0e
Compare
cd977f9 to
d28468a
Compare
Author
|
@richiprosima please test_3 this |
Mario-DL
approved these changes
Apr 1, 2024
Contributor
Mario-DL
left a comment
There was a problem hiding this comment.
LGTM, as soon as we rebase this time and run ci we should merge to avoid further conflicts
d28468a to
9f26885
Compare
18d8c6e to
f3b3af6
Compare
943b988 to
2c47b5e
Compare
2c47b5e to
c978d52
Compare
8c0830d to
5148f5d
Compare
9f26885 to
7a9ec39
Compare
7a9ec39 to
a34ffde
Compare
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
…ownership (does not have loans) Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
a34ffde to
5498c31
Compare
Mario-DL
approved these changes
Apr 23, 2024
Contributor
Mario-DL
left a comment
There was a problem hiding this comment.
LGTM with green Windows CI
EduPonz
added a commit
that referenced
this pull request
May 8, 2024
#4503) * Refs #20583: Add test and fix doxygen Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20583: return_loan returns OK when the loanable collection has ownership (does not have loans) Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20583: Update tests to new behaviour Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20583: Add entry to versions.md Signed-off-by: EduPonz <eduardoponz@eprosima.com> --------- Signed-off-by: EduPonz <eduardoponz@eprosima.com>
EduPonz
added a commit
that referenced
this pull request
May 13, 2024
#4503) * Refs #20583: Add test and fix doxygen Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20583: return_loan returns OK when the loanable collection has ownership (does not have loans) Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20583: Update tests to new behaviour Signed-off-by: EduPonz <eduardoponz@eprosima.com> * Refs #20583: Add entry to versions.md Signed-off-by: EduPonz <eduardoponz@eprosima.com> --------- Signed-off-by: EduPonz <eduardoponz@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.
Description
With this PR,
DataReader::return_loanstarts returning OK when given a loanable sequence with no loans, i.e.;IMPORTANT: Even though these changes are API and ABI compatible, this a behavioral change and cannot target a patch release.
Contributor Checklist
versions.mdfile (if applicable).Reviewer Checklist