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

Don't encourage -rac_liftSelector:withSignals: for subscription #75

Merged
merged 1 commit into from
Feb 1, 2017

Conversation

erikprice
Copy link
Contributor

This guideline encourages the use of -rac_liftSelector:withSignals: to
effect implicit subscription. However, the eager subscription that
occurs when that method is called is regarded as a mistake,
and its use to effect implicit subscription is discouraged.

This guideline encourages the use of `-rac_liftSelector:withSignals:` to
effect implicit subscription. However, the eager subscription that
occurs when that method is called [is regarded as a mistake][0],
and [its use to effect implicit subscription is discouraged][1].

[0]: ReactiveCocoa/ReactiveCocoa#1096 (comment)
[1]: ReactiveCocoa/ReactiveCocoa#1096 (comment)
@mdiep mdiep merged commit a417e72 into ReactiveCocoa:master Feb 1, 2017
erichoracek added a commit to erichoracek/ReactiveObjC that referenced this pull request Apr 7, 2017
erichoracek added a commit to erichoracek/ReactiveObjC that referenced this pull request Apr 7, 2017
Includes ReactiveCocoa#75, ReactiveCocoa#80, ReactiveCocoa#81, ReactiveCocoa#82, ReactiveCocoa#83, ReactiveCocoa#85, ReactiveCocoa#87, and ReactiveCocoa#88.

While this has no breaking changes in Obj-C, it will likely introduce breaking changes in Swift.
stuartofmine pushed a commit to stuartofmine/ReactiveObjC_2023 that referenced this pull request Oct 18, 2023
Don't encourage `-rac_liftSelector:withSignals:` for subscription
stuartofmine pushed a commit to stuartofmine/ReactiveObjC_2023 that referenced this pull request Oct 18, 2023
Includes ReactiveCocoa#75, ReactiveCocoa#80, ReactiveCocoa#81, ReactiveCocoa#82, ReactiveCocoa#83, ReactiveCocoa#85, ReactiveCocoa#87, and ReactiveCocoa#88.

While this has no breaking changes in Obj-C, it will likely introduce breaking changes in Swift.
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.

2 participants