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

Cleanup Duplicate Transitive Constructor #2812

Merged
merged 2 commits into from Mar 5, 2024
Merged

Conversation

joshua-kim
Copy link
Contributor

Why this should be merged

We have a duplicate New constructor to return an opaque transitive instance by its interface. We can just let the caller choose how to use the concrete type and remove the extra constructor

How this works

Removes extra copy of constructor

How this was tested

CI

Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
@joshua-kim joshua-kim added the consensus This involves consensus label Mar 5, 2024
@joshua-kim joshua-kim added this to the v1.11.3 milestone Mar 5, 2024
@joshua-kim joshua-kim self-assigned this Mar 5, 2024
@joshua-kim joshua-kim marked this pull request as ready for review March 5, 2024 21:29
Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
@StephenButtolph StephenButtolph added this pull request to the merge queue Mar 5, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 5, 2024
@StephenButtolph StephenButtolph added this pull request to the merge queue Mar 5, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 5, 2024
@StephenButtolph StephenButtolph added this pull request to the merge queue Mar 5, 2024
Merged via the queue into master with commit 4c4bfaa Mar 5, 2024
17 checks passed
@StephenButtolph StephenButtolph deleted the new-transitive branch March 5, 2024 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
consensus This involves consensus
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

4 participants