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

bugfix: Fix duplicate options detection #3151

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

tgodzik
Copy link
Member

@tgodzik tgodzik commented Sep 5, 2024

Fixes #2708

Previously, for some of the options we would not deduplicate at all instead of using the full value. Now, for keys that can be added multiple times with different values we deduplicate the full option.

Fixes VirtusLab#2708

Previously, for some of the options we would not deduplicate at all instead of using the full value.
Now, for keys that can be added multiple times with different values we deduplicate the full option.
@Gedochao Gedochao merged commit 932866d into VirtusLab:main Sep 6, 2024
79 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

plugin option added twice
2 participants