-
Notifications
You must be signed in to change notification settings - Fork 10.7k
[stdlib] Generalize the filter(_:) functions for typed throws
#87020
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
base: main
Are you sure you want to change the base?
Conversation
|
@swift-ci please test |
dd5fcf3 to
9cee83d
Compare
|
@swift-ci please test |
9cee83d to
eaf1713
Compare
|
@swift-ci please test macOS platform |
eaf1713 to
31970af
Compare
|
@swift-ci please test |
|
@swift-ci Please Test Source Compatibility |
31970af to
733f7bd
Compare
|
@swift-ci please test |
|
@swift-ci please test macOS platform |
|
@swift-ci Please Test Source Compatibility |
|
@swift-ci please test Linux platform |
733f7bd to
1dea0bf
Compare
|
@swift-ci please test |
1dea0bf to
5b5e892
Compare
|
@swift-ci please test |
5b5e892 to
c624d59
Compare
|
Please test with following PR: swiftlang/sourcekit-lsp#2479 @swift-ci please test |
|
Please test with following PR: swiftlang/sourcekit-lsp#2479 @swift-ci please smoke test |
| @@ -1,4 +1,4 @@ | |||
| // RUN: %target-typecheck-verify-swift -solver-scope-threshold=2000 | |||
| // RUN: %target-typecheck-verify-swift -solver-scope-threshold=2400 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can also keep the old performance of this test; see #87122
What would the type checker gurus prefer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After consulting with Slava, we'll have both versions.
|
Please test with following PR: swiftlang/sourcekit-lsp#2479 @swift-ci please test |
|
Please test with following PR: swiftlang/sourcekit-lsp#2479 @swift-ci please test Windows platform |
|
@swift-ci Please Test Source Compatibility |
Generalizes the
filter(_:)functions of most standard library types to support typed throws.