Lennart Augustsson

Results 103 comments of Lennart Augustsson

To flesh out my comments above. It seems that you have one thread executing the MicroHs runtime and another thread in JS that sometimes calls `apply_sp`. This is definitely not...

I still don't understand your situation. Are there multiple (non-Haskell) threads? Something I didn't spell out is that the code executed by `apply_sp` must not suspend. If it does, then...

I just realized that apply_sp has a bad bug. It can randomly fail to return to the caller. I'll fix that soon. And I'll think more about your use case....

The GHC compatible Read code was not there for quite a while. Also, there is not yet any deriving for Read. It's probably time to add the missing Read instances....

Oh, and some Read instances may have moved. I try to put a comment, but sometimes I forget.

Cool! I'll have a look at those.

The `containers` package compiles, but I'm not sure the fixes have been uploaded to hackage yet. The `transformers` package should compile (I think the fixes have been uploaded). I've not...

I have a repo. It's also on package. I had to write my own version of cabal, because the real one uses too many Haskell extensions.

Yes, sorry. :). The binary is called mcabal.

BTW, I misspoke, the port of `hsc2hs` is not finished. It uses `process` which is not fully implemented.