Skip to content

Fixes wrong behavior of NSArray.indexOfObject…#276

Merged
phausler merged 1 commit intoswiftlang:masterfrom
HeMet:nsarray-indexOfObject-fix
Mar 21, 2016
Merged

Fixes wrong behavior of NSArray.indexOfObject…#276
phausler merged 1 commit intoswiftlang:masterfrom
HeMet:nsarray-indexOfObject-fix

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