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 broken non-optional to optional bindings. #165

Merged
merged 1 commit into from
Dec 18, 2016
Merged

Conversation

andersio
Copy link
Member

No description provided.

@andersio andersio added the bug label Dec 18, 2016
@andersio andersio requested a review from mdiep December 18, 2016 17:14
optionalTarget = nil

property.value = 2
expect(value) == 2
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would fail without the fix.

Related Bug Report: ReactiveCocoa/ReactiveCocoa#3350

@mdiep mdiep merged commit d01a25e into master Dec 18, 2016
@mdiep mdiep deleted the binding-operator-fix branch December 18, 2016 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants