Skip to content

Support for nil comparisons without Equatable conformance#1765

Open
MatthewTurk247 wants to merge 1 commit intoswiftlang:mainfrom
MatthewTurk247:nil-comparisons-without-equatable
Open

Support for nil comparisons without Equatable conformance#1765
MatthewTurk247 wants to merge 1 commit intoswiftlang:mainfrom
MatthewTurk247:nil-comparisons-without-equatable

Conversation

@MatthewTurk247
Copy link
Copy Markdown
Contributor

This pull request implements the overloads proposed in #1735.

Testing:

See PredicateTests/nilLiteral(equality:) and PredicateTests/nilLiteral(inequality:). Both exercise the new overloads since PredicateTestObject does not conform to Equatable.

@MatthewTurk247 MatthewTurk247 requested a review from a team as a code owner February 19, 2026 18:00
@jmschonfeld
Copy link
Copy Markdown
Contributor

@swift-ci please test

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