-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fixes duplicates entries in XML resources #995
Conversation
@sergey-wowwow, unfortunately, you can't use binary search on that list because it must be sorted before search with the same comparator, and that not true here. I'm not yet sure how to better fix this so I just replace search with plain loop. Please check that it is still working as intended. |
I just notice that we need to add
I tried to fix this PR according to these constatraints, but not sure if it cover all possible cases. Please check and review :) |
Late night coding issues :D |
@skylot |
❗ Please review the guidelines for contributing
Description
#994