Open neko-kai opened 4 years ago
Could it be related to https://github.com/zio/zio/issues/3073?
Quite possibly. I guess we should try generating zipPar's again after that issue is fixed.
zio/zio#3073 is closed, we (that is, somebody :^)
) should try using zipPar
in generators again and see what happens
Still an issue
As evidenced by this change - https://github.com/zio/interop-cats/pull/156/commits/e2b5d6674c3a945f5f98864a1fc0bc71d981517f#diff-c3bac0f09429f2ac643a087eb697902cR121 - generating
zipPar
's in tests leads to non-termination of some of the laws - even when both sides of the generated zipPar are interruptible. This really shouldn't happen.