Skip to content

Remove XCTAssert(Not)Equal overloads made obsolete by conditional conformances. #208

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
Nov 28, 2017

Conversation

DougGregor
Copy link
Member

The various array types, Optional, and Dictionary are now Equatable when
their element types are Equatable, so we can remove the overloads meant to
support those use cases. Fixes rdar://problem/17924430.

…formances.

The various array types, Optional, and Dictionary are now Equatable when
their element types are Equatable, so we can remove the overloads meant to
support those use cases. Fixes rdar://problem/17924430.
@DougGregor
Copy link
Member Author

@swift-ci please smoke test

@DougGregor DougGregor merged commit 389213e into swiftlang:master Nov 28, 2017
@DougGregor DougGregor deleted the adopt-conditional-equatable branch November 28, 2017 18:19
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.

1 participant