Jost Berthold
Jost Berthold
Programs that use the library can currently not be loaded into ghci (Main_main closure does not exist). when running as a library, use the wrapper function as a reference point.
The following program crashes with low-level memory errors (seg.fault, double-free, ...) when executed with more than one OS thread. ``` module Main where import Control.Concurrent (forkIO, threadDelay) import System.Console.Haskeline (runInputT,...
The new test suite `write-merge` fails on master (`f5ac7a0`) with an index-out-of-bounds error: ``` Test suite write-merge: RUNNING... write-merge: Ix{Int}.index: Index (39) out of range ((0,19)) Test suite write-merge: FAIL...