Georgi Krastev
Georgi Krastev
> Okay. Thanks for reporting. Is zio-logging what you are using? Yes, using `zio-logging` > When all fibers are in a suspended state then nothing else is going to happen...
> @joroKr21 We don't need to look at all the fibers, only the fiber that is executing that test and any fibers that it forks. Ah cool, so it's only...
@reibitto it looks like your problem is different because you are using `DefaultRunnableSpec` right?
There are so many issues about hanging `TestClock` so I'm not sure where add this but this test hands when you run it on one processor (emulate with `-XX:ActiveProcessorCount=1`) -...
Dunno, currently a release is not possible without updating keys: https://github.com/finagle/finch/actions/runs/13484743338/job/37674476460 And given that Twitter got gutted as a company, I doubt anyone is around to do that. I would...
It looks like Finagle itself is no longer maintained so the answer is no: https://github.com/twitter/finagle/issues/943
It's an interesting idea but I think the definition of `Aspect` is too restrictive: ```scala trait Aspect[A, Dom[_], Cod[_]] { def weave(a: A)(ak: Aspect.Weave[Dom, Cod, *] ~> Id): A }...
Hmm how would that work for infinite streams though?
There are so many issues about hanging `TestClock` so I'm not sure where add this but this test hangs when you run it on one processor (emulate with `-XX:ActiveProcessorCount=1`) -...
```scala scala> X.tc12: Tc1[X] with Tc2[X] ^ error: polymorphic expression cannot be instantiated to expected type; found : [F[x] >: Tc12[x]]F[X] required: Tc1[X] with Tc2[X] scala> typeOf[Tc1[X] with Tc2[X]].typeSymbol.typeParams res20:...