Skip to content
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

Remove requirement for Swift 5.3 #823

Merged
merged 2 commits into from
Apr 23, 2021
Merged

Conversation

mluisbrown
Copy link
Contributor

@mluisbrown mluisbrown commented Mar 16, 2021

Make the code compatible with Swift 5.1 and 5.2 again. Resolves #822

Prior to Swift 5.3 a where clause could not be used in a function that is itself not generic, even if used within a generic context. The only way to do this is to use a specific extension and put the where clause in the extension.

Checklist

  • Updated CHANGELOG.md.

Make the code compatible with Swift 5.1 and 5.2 again. Resolves ReactiveCocoa#822
@andersio andersio merged commit 92a56d0 into ReactiveCocoa:master Apr 23, 2021
@mluisbrown mluisbrown deleted the patch-1 branch April 23, 2021 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release 6.6.0 requires Swift 5.3 and therefore Xcode 12.x
2 participants