-
Notifications
You must be signed in to change notification settings - Fork 359
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
WIP: cats 0.7 #333
WIP: cats 0.7 #333
Conversation
Ugh, yeah this is going to suck. We need to add I'll experiment and see how bad this is going to be. There are 5491 instances but most are in generated code. |
I kind of hoped there would be cleaner way than spread YAX all over the place :/ |
Yeah I need to drink some bourbon and think about our options. I really appreciate your work on this. Many many thanks. |
I pushed some yax that I had started beforehand... but hopefully you'll find out some better way because this is... suboptimal :( |
I've chosen plain |
Here's what's done regarding this in #323: https://github.com/guersam/doobie/blob/19e77c7d6f42b434578a354ccd4ea11929530951/yax/core/src/main/scala/doobie/free/kleislitrans.scala#L60 |
Right, it includes cats 0.7.0 + fs2 0.9.0-RC2 support. |
Great :) I'll close this then. btw latest cats now is 0.7.2 |
Didn't know about that, thanks for pointing it out! On Sat, Sep 3, 2016, 4:02 PM Marek Kadek notifications@github.com wrote:
|
I tried to see how it would look if we updated cats to 0.7...
I didn't spend much time on it but from quick peek I'm not exactly sure what the right way with last two remaining errors regarding
cats.RecursiveTailRecM[M]
(any tips?). I'll come back to it later and give it a try.