Hi Ihor,
Ihor Radchenko <yanta...@posteo.net> writes: > From a first look, random failures appear to be related to session > initialization. My function 'test-ob-haskell-ghci' should protect against that; it ensures the "*haskell*" buffer is always new. From what I understand, this is an input buffering problem: inputs are not full lines. > 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). >From what I understood, the buffer "*haskell*" is coming from haskell-mode. And, to make it work might require some changes there too. Thanks for having a look, Let me know, Bruno > > -- > 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>