Bruno Barbier <brubar...@gmail.com> writes: > All the tests will randomly fail; that is an ob-haskell bug (see > the command 'test-ob-haskell-ghci.el' to make them fail).
First of all, thanks for the patch! Tests are especially welcome. >From a first look, random failures appear to be related to session initialization. It appears that ob-haskell is re-using sessions even if :session is nil (default). And multiple session not allowed?? (I am looking at `org-babel-haskell-initiate-session', which ignores session parameter completely). -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>