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
This is an upstream usage with ($$&), but badly formed files could crash
ngless with no error message, so refrain from using it. See:
cgaebel/stm-conduit#47
When using
$$&
and the upstream conduit throws an exception withthrowError
, we get a deadlock.I can trigger an error of the type
Main.hs: thread blocked indefinitely in an STM transaction
with the following code:The text was updated successfully, but these errors were encountered: