You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checkAllAsync("IO", implicit ec => {
implicitvalcs= ec.contextShift[IO]
// do NOT inline this val; it causes the 2.13.0 compiler to crash for... reasonsvalmodule=ParallelTests[IO]
module.parallel[Int, Int]
})
We discovered this when trying to release Cats Effect 2.0. Feels minimizeable but it's hard to say right now. The definition of ParallelTests (the object) is the following:
Lines in question:
This also fails:
This compiles successfully:
We discovered this when trying to release Cats Effect 2.0. Feels minimizeable but it's hard to say right now. The definition of
ParallelTests
(the object) is the following:Sorry for not minimizing. Just wanted to report first and pare it down later.
The text was updated successfully, but these errors were encountered: