-
Notifications
You must be signed in to change notification settings - Fork 771
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
[20583] DataReader::return_loan returns OK on loanable sequences without loans #4503
Conversation
6f2e87e
to
29ec5b5
Compare
3023499
to
70c3e45
Compare
ba2327e
to
eb65c57
Compare
eb65c57
to
59f9758
Compare
3cb7df7
to
a9f0e11
Compare
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.
Changes (last 4 commits) LGTM with green CI (would need rebase first)
70c3e45
to
cd977f9
Compare
@richiprosima please test_3 this |
2de726b
to
4a61143
Compare
c899270
to
a0bdc0e
Compare
cd977f9
to
d28468a
Compare
@richiprosima please test_3 this |
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.
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
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.
LGTM with green CI
Signed-off-by: EduPonz <[email protected]>
…ownership (does not have loans) Signed-off-by: EduPonz <[email protected]>
Signed-off-by: EduPonz <[email protected]>
Signed-off-by: EduPonz <[email protected]>
a34ffde
to
5498c31
Compare
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.
LGTM with green Windows CI
#4503) * Refs #20583: Add test and fix doxygen Signed-off-by: EduPonz <[email protected]> * Refs #20583: return_loan returns OK when the loanable collection has ownership (does not have loans) Signed-off-by: EduPonz <[email protected]> * Refs #20583: Update tests to new behaviour Signed-off-by: EduPonz <[email protected]> * Refs #20583: Add entry to versions.md Signed-off-by: EduPonz <[email protected]> --------- Signed-off-by: EduPonz <[email protected]>
#4503) * Refs #20583: Add test and fix doxygen Signed-off-by: EduPonz <[email protected]> * Refs #20583: return_loan returns OK when the loanable collection has ownership (does not have loans) Signed-off-by: EduPonz <[email protected]> * Refs #20583: Update tests to new behaviour Signed-off-by: EduPonz <[email protected]> * Refs #20583: Add entry to versions.md Signed-off-by: EduPonz <[email protected]> --------- Signed-off-by: EduPonz <[email protected]>
Description
With this PR,
DataReader::return_loan
starts 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.md
file (if applicable).Reviewer Checklist