Skip to content

Fixes wrong behavior of NSArray.indexOfObject… #276

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

Merged
merged 1 commit into from
Mar 21, 2016

Conversation

HeMet
Copy link
Contributor

@HeMet HeMet commented Mar 5, 2016

…when looking for insertion index for object not yet presented in an array.

Expected behavior is method to return index of least greater object or last index in array. Without this fix the method returns correct result if .LastEqual specified only.

…ion index for object not yet presented in an array.

Expected behavior is method to return index of least greater object or last index in array. Without this fix the method returns correct result if .LastEqual specified only.
phausler added a commit that referenced this pull request Mar 21, 2016
Fixes wrong behavior of NSArray.indexOfObject…
@phausler phausler merged commit 9087d5c into swiftlang:master Mar 21, 2016
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.

2 participants