Initializers for joining a sequence of predicates#1878
Initializers for joining a sequence of predicates#1878MatthewTurk247 wants to merge 6 commits intoswiftlang:mainfrom
Conversation
|
@swift-ci please test |
|
The build failures look to be caused by this change: |
|
Type inference is not working as I was expecting. I’ll add explicit annotations. |
|
@swift-ci please test |
|
Is there an issue with platform availability behind the failed method resolution? I’m starting to suspect that the build routine is not picking up symbols for |
Ah I think this error message has the key detail: I had forgotten that |
|
@swift-ci please test |
This pull request implements the initializers proposed in #1860.
Testing:
See
PredicateTests/all()andPredicateTests/any().