input-output-hk / io-sim

Haskell's IO simulator which closely follows core packages (base, async, stm).
https://hackage.haskell.org/package/io-sim
Apache License 2.0
37 stars 15 forks source link

coot/remove threadStatus #87

Closed coot closed 1 year ago

coot commented 1 year ago

We decided to remove threadStatus support. It's implementation is not right and it had a bug IOSimPOR support.

This patch also makes traceResult report pure exceptions. In the future we will make io-sim support this in a much better way.