-
Notifications
You must be signed in to change notification settings - Fork 68
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
Non-equatable requests in 2.0 #53
Comments
Speaking of the devil, I've recently opened a pull request at RxFeedback.kt and pointed the same issue there. @kzaher ,
Thanks, |
This was a crutch until compiler was ready to make auto Don't think we need this anymore. |
Do you mean there is no need to support non-equatable requests? |
|
What about non-nominal types returned from states? |
I've also run into this problem. I've got a large project with hundreds of state structs that don't have an This is currently stopping me kicking the tires on |
Hi!
Are there plans to readd the hooks for non-equatable values returned from state requests? In 1.X it was possible to pass own
==
function that would always returnfalse
for such cases. In 2.0 there doesn't seem to be one left.Best,
The text was updated successfully, but these errors were encountered: