Luka Jacobowitz
Luka Jacobowitz
Looks like we ran into the infamous Scala 3.1.x and 3.0.x incompatability 😬
Updated to Scala 3.1.x and FS2 3.2.x
@tpolecat let me know how you'd like to proceed with this one :)
Then we must also fix this line right here, which generates random exponents that could all be negative :) https://github.com/non/spire/blob/master/laws/src/main/scala/spire/laws/gen.scala#L100
Submitted a quick fix for that particular problem.
We could potentially restrict the number of values generated for CI only, WDYT?
Also, I wrote a quick gist on how this could really help with future versions of cats-effect and bifunctor tagless final code: https://gist.github.com/LukaJCB/4440ad2bc351f1d8e98601f247ec4c02
Hey @rvion thanks a lot for bringing this up! :) I can definitely see the issues with the naming clashes in prelude and I'm not happy with it either. However...
It's currently not planned to add these, but I'll gladly accept PRs :)
Thank you for pointing this out, I'll try to address it ASAP :)