Skip to content

make AsyncRemoveDuplicatesSequence's init public#291

Closed
yermukhanbet wants to merge 1 commit intoapple:mainfrom
yermukhanbet:AsyncRemoveDuplicatesSequence_publicInit
Closed

make AsyncRemoveDuplicatesSequence's init public#291
yermukhanbet wants to merge 1 commit intoapple:mainfrom
yermukhanbet:AsyncRemoveDuplicatesSequence_publicInit

Conversation

@yermukhanbet
Copy link
Copy Markdown

Currently our team is using removeDuplicates() function for the AsyncPublisher in one of our service protocols as a return type. Since for each service we have both live and mock structs, I faced an issue with mocking ASyncRemoveDuplicatesSequence value, as the init is internal.

In this PR I changed it to public. Please, let me know if internal init was intentional approach, so I will try to find another possible way for mocking the return type.

@FranzBusch FranzBusch added the v1.1 Post-1.0 work label Sep 21, 2023
@FranzBusch
Copy link
Copy Markdown
Member

Right now this is intentional. We might want to revisit this on a larger scale if we do it and make all inits public. cc @phausler

@yermukhanbet yermukhanbet closed this by deleting the head repository Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v1.1 Post-1.0 work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants