Brian P. Holt
Brian P. Holt
Oh, that's an interesting idea! I'm not at a computer at the moment but I'll play with that when I get a chance and see how it works.
FYI, the mtl module defines methods that work this way in `EntryPointOps`.
@ValdemarGr Can you share what you expect the traces to look like for those gRPC streams? I haven't really engaged with tracing on streams because I don't totally understand how...
Unfortunately the bincompat check failed: ``` * abstract synthetic method cats$effect$testing$scalatest$CatsResource$$super$beforeAll()Unit in interface cats.effect.testing.scalatest.CatsResource is present only in current version * abstract synthetic method cats$effect$testing$scalatest$CatsResource$$super$afterAll()Unit in interface cats.effect.testing.scalatest.CatsResource is present...
Maybe it's not worth making this change now, since it would require a major version bump and possibly splitting out the ScalaTest library into a separately versioned repo. I was...
Actually, maybe adding a new trait to do that would be a reasonable compromise. e.g. adding ```scala trait MixInPublicBeforeAndAfterAll extends org.scalatest.BeforeAndAfterAll { this: org.scalatest.Suite => override def afterAll(): Unit =...
This was something @armanbilge requested. @armanbilge what do you think?
That would be great! Thanks!
> Any chance you can link to the build? Unfortunately this is an internal library so I can't share the build. I'll see if I can minimize. > ```scala >...
@armanbilge I was able to minimize; check out [this gist](https://gist.github.com/bpholt/eb746c2217b009fceeda2c78226988cc). tl;dr, it looks like it was caused by the root project explicitly setting `crossScalaVersions := Seq.empty`. (It did that to...