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
When running the quick check tests for aeson en/decoding of OutGraph as well as the tests for the dflang pretty printer/parser the execution can end up in what seems like an endless loop (high CPU usage, but no progress is being made).
My suspicion is that this is as a result of a poorly implemented arbitrary function in Ohua.Types.Arbitrary.
Interestingly enough it seems when compiling with profiling support and running with -xc it does work.
The text was updated successfully, but these errors were encountered:
When running the quick check tests for aeson en/decoding of
OutGraph
as well as the tests for the dflang pretty printer/parser the execution can end up in what seems like an endless loop (high CPU usage, but no progress is being made).My suspicion is that this is as a result of a poorly implemented
arbitrary
function inOhua.Types.Arbitrary
.Interestingly enough it seems when compiling with profiling support and running with
-xc
it does work.The text was updated successfully, but these errors were encountered: