Skip to content
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

Remove duplicate delgators for all services #251

Open
wants to merge 1 commit into
base: 4.4.x
Choose a base branch
from

Conversation

settermjd
Copy link

Q A
Documentation no
Bugfix yes
BC Break no
New Feature no
RFC no
QA no

Description

ServiceManager::mergeDelegators() documentation says that it merges delegators avoiding multiple same delegators for the same service. However, from experimenting with it, duplicates are allowed. So, I've created this small patch to ensure that duplicates are removed, along with a covering test for it to verify the change.

mergeDelegators' documentation says that it merges delegators avoiding
multiple same delegators for the same service. However, from
experimenting with it, duplicates were allowed, as best as I could tell.
So, I've created this small patch to ensure that duplicates are removed,
along with a covering test for it to verify the change.

Signed-off-by: Matthew Setter <[email protected]>
@settermjd settermjd added Bug Something isn't working Revert Needed labels Dec 13, 2024
@settermjd settermjd self-assigned this Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Review Needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant