KC Sivaramakrishnan
                                            KC Sivaramakrishnan
                                        
                                    CC @polytypic.
Thanks @OlivierNicole for picking this one up (as I see you have been assigned). I'm happy to help with this.
Thanks. Let me have a look.
"rather than" or "in addition to"? I would like it to be the latter so that the current interface where you can do `olly ` continues to work.
> Let me also check with ppxlib devs what's the status on trunk, as I recall they were working on trunk support. Would you know @pitag-ha or @tmattio?
Works for me. Seems to be an intermittent issue.
@DemiMarie LLVM backend should be relatively easier than native codegens. I am no longer working actively on MultiMLton, but I am open to review/accept PRs if you make progress on...
MultiMLton diverged from MLton long before MLton moved to github. MultiMLton's based of MLton 20100608 release [0]. While this is old, MLton's been fairly stable over the years. [0] http://mlton.org/Release20100608
The crash indicates a bug. Even with unsynchronized access to lazy, the program shouldn't crash. From https://v2.ocaml.org/api/Stdlib.Lazy.html, > Note: Lazy.force is not concurrency-safe. If you use this module with multiple...
Also, the title of the PR is making me curious > Don't exit while a domain is still running. Is that a recommendation that we will provide when using cleanup-at-exit...