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

"manually" implement PartialOrd when we cannot derive it #883

Open
fitzgen opened this issue Aug 1, 2017 · 3 comments
Open

"manually" implement PartialOrd when we cannot derive it #883

fitzgen opened this issue Aug 1, 2017 · 3 comments

Comments

@fitzgen
Copy link
Member

fitzgen commented Aug 1, 2017

Depends on #882.

We should be conservative and only implement this when the reason we cannot derive is because we're hitting the array length derive limit and similar easy cases. We can't know all the corner cases for types we have no knowledge of, and we shouldn't try.

@pepyakin
Copy link
Contributor

@highfive: assign me

@highfive
Copy link

Hey @pepyakin! Thanks for your interest in working on this issue. It's now assigned to you!

@pepyakin
Copy link
Contributor

pepyakin commented Sep 20, 2017

@highfive: unassign me
Realized that this depends on #879

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants