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

Conform StringStyle to Equatable #380

Open
ZevEisenberg opened this issue Oct 25, 2019 · 0 comments
Open

Conform StringStyle to Equatable #380

ZevEisenberg opened this issue Oct 25, 2019 · 0 comments

Comments

@ZevEisenberg
Copy link
Collaborator

It’s come up once or twice in projects, since some protocols that we use with model or state types require that things be Equatable for collection diffing reasons. It would also probably simplify some tests.

Possible challenges: anything that contains a closure. Might need to throw some reference types in the mix to make it all work out.

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

No branches or pull requests

1 participant