-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[stdlib] Remove Strideable
closed range operator
#20665
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
[stdlib] Remove Strideable
closed range operator
#20665
Conversation
Cc: @airspeedswift, @natecook1000 Should any of the removed documentation be transferred to the |
@swift-ci please test |
@swift-ci please test source compatibility |
There were five failures in the Source Compatibility Suite.
Each log contained "error: dependency graph is unresolvable; found these conflicting requirements"... |
The projects were XFAILed in swiftlang/swift-source-compat-suite@5d5f258 |
3beaab1
to
c599749
Compare
Rebased to resolve conflict. |
Passerby testing @swift-ci please test |
@swift-ci Please test source compatibility |
Build failed |
Build failed |
@swift-ci please smoke test and merge |
This pull request removes the closed range operator on
Strideable
.It was originally for
CountableClosedRange
, when that was a separate type.The other countable range operators on
Strideable
were removed in #13342.