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

Fix Result extensions ambiguity #733

Merged
merged 4 commits into from
May 13, 2019
Merged

Fix Result extensions ambiguity #733

merged 4 commits into from
May 13, 2019

Conversation

nekrich
Copy link
Contributor

@nekrich nekrich commented Apr 30, 2019

Hi.

public protocol ResultProtocol , public var value: Success? & public var error: Failure? brings ambiguity for those who wrote their own extensions or use antitypical/Result.

This PR attempts to fix this issue.

Checklist

  • Updated CHANGELOG.md.

@mdiep
Copy link
Contributor

mdiep commented May 13, 2019

Awesome, thanks! Not sure how we missed this. 🙈

@mdiep mdiep merged commit b1884a3 into ReactiveCocoa:master May 13, 2019
This was referenced Jun 18, 2019
@benasher44
Copy link

Just a heads up that this was a backward incompatible API change. We were using this, and our build broke after the upgrade from 6.0.0 to 6.1.0.

@ikesyo
Copy link
Member

ikesyo commented Sep 17, 2019

As stated at #743 (comment), this was considered as a bug.

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.

None yet

4 participants