-
Notifications
You must be signed in to change notification settings - Fork 30
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
[FSSDK-9776] handle duplicate experiment key #523
[FSSDK-9776] handle duplicate experiment key #523
Conversation
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.
Some thoughts but LGTM.
Tests/OptimizelyTests-APIs/OptimizelyClientTests_OptimizelyConfig.swift
Outdated
Show resolved
Hide resolved
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.
Looks good. Can you check why your code format/styles are different from existing codes?
Tests/OptimizelyTests-APIs/OptimizelyClientTests_OptimizelyConfig.swift
Outdated
Show resolved
Hide resolved
Can I use this as a reference for doing other language SDK updates? |
Sure |
Thanks for the lint fixes. This helps my need for meticulous code. 😄 Also thanks for the reference implementation for me to copy 😁 |
Logged for Duplicate keys (cherry picked from commit c2af8fe)
* Upload task body issue fixed (#521) (cherry picked from commit a375e2b) * [FSSDK-9776] handle duplicate experiment key (#523) Logged for Duplicate keys (cherry picked from commit c2af8fe) * [FSSDK-9709] feat: App privacy manifest file added (#522) * Update CHANGELOG.md * Update README.md * Update swift.yml * Update run_unit_tests.sh
Summary
When duplicate experiment key found in the data file, SDK returns correct experiment map in OptimizelyConfig
Test plan
Issues