Raphaël Proust
Raphaël Proust
> it means that my initial assumption that exceptions should not escape the event loop is wrong kinda yes, kinda no… it's like: the event loop is mostly responsible for...
Thanks a lot @edwintorok ! I haven't allocated time to look at this issue recently so your sleuthing is very much appreciated. I've tried to remove the magic before but...
I've started trying to unravel the gadt types and such. It's messy in the current doesn't-compile intermediate step but I'n exploring how to possibly remove the `Obj.magic`. In the meantime,...
I have removed the multi-domain part of lwt6, I'll possibly come back to it later, but at this point it is slowing down the release a lot. Still worth considering...
thanks i'll make some changes so that both the ppx and the `Syntax` module are advertised in the manual. i don't think we should remove one to make space for...
dlopen cannot locate symbol "lwt_unix_not_available; cannot locate symbol "caml_unix_cloexec_default
hiya, thanks for the report! i don't know if that's an issue with lwt or lambdaterm/utop, i'll look into it when i have the time but i don't know when...
I'm not entirely sure, but I guess you want something like ``` let server () = let rec read_and_interp () = match%lwt Lwt_io.read_line Lwt_io.stdin with | line -> interp input;...
merged the branch into `lwt-6`, which I want to use for the alpha releases. i want to try and keep `master` clean
@leostera a quick suggestion: mdx tests might be good for your local dev cycle (on your machine and on your CI) but it's cause issues in the past when it's...
I added a commit to limit availibility to old opams only.