-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Can't use eq if order is also imported #811
Comments
Ok this makes sense, since Is there a library-level trick to avoid this ambiguity? Moving the |
I don't know of any way that we can work around this within cats, but I think that we should be sure to address the conflicting import problem in any import guide that may be created as part of #1026. |
@kailuowang It has been three years since this issue was opened. Looking at it for a minute, I can see only two ways forward: One way is to modify the traits The other way is to leave the cats code as is, and close this issue. |
The fix requires breaking changes. I would vote for closing this issue. @LukaJCB what do you think? |
Agree re: closing |
Pertinent but not main topic: Are there any plans for a |
The roadmap for 2019 is here https://github.com/typelevel/cats/blob/master/ROADMAP_2019.md |
sorry accidentally closed it, I meant to wait on hearing luka. |
I also agree to closing this issue, we can discuss refinement of the roadmap in the appropriate issue :) |
Is this expected?
The text was updated successfully, but these errors were encountered: