Here, we can track the progress of major libraries upgrading to CE3.
That should be a nice way of finding out whether any of them are going to be late with the upgrade, or straight-up impossible to migrate in a relatively source-compatible fashion.
From our readme and some libs I randomly remembered for now:
ce3 branchdevelop branch, already integrated Dispatcher from #1303 snapshotsAsync[ConnectionIO] can't be implemented anymoreIf you have edit rights, feel free to add more details / libraries or change the presentation (I'm thinking a table might be useful at some point).
I came here from your tweet 馃槄
In cats, I did the following doc PR to collect the libs/projects related to the typelevel ecosystem
https://github.com/typelevel/cats/pull/3609
It may be relevant to this thread I guess
Cheers 馃槈
Are you using cats-effect in production? Let us know what libraries from the ecosystem you're using
In addition to the things mentioned in the above comment;
@Daenyth added. @ChristopherDavenport -verse is a vital part of it!
btw. you have edit rights, feel free to add them to OP
Can we roll fuuid in to cats-effect-std module?
Can we roll fuuid in to cats-effect-std module?
I'm all for it. Also a small Random[F], Chris's unique and https://github.com/ChristopherDavenport/system-effect/blob/master/src/main/scala/io/chrisdavenport/system/effect/Environment.scala
Added, thanks!
Can we open issues for each library/class we'd like to port to std?
Random - https://github.com/christopherdavenport/random
Cats-Effect-Time - https://github.com/ChristopherDavenport/cats-effect-time (scalajs artifact size complications)
@RaasAhsan I like the idea, I can create some later on, unless someone beats me to it
For ZIO interop, the repo is this one https://github.com/zio/interop-cats
fs2-rabbit has a CE/FS2 3.0 branch with all tests green
catbird seems to be missing from the list (Finch is using it for example).
I tried to implement the new typeclasses but I'm again blocked by cancelation requirements. My thoughts are here: https://github.com/travisbrown/catbird/pull/267
redis4cats - no progress so far it seems
Most helpful comment
Can we roll fuuid in to cats-effect-std module?