Results 179 comments of Louis Gesbert
trafficstars

This is an opam error, not a learn-ocaml issue. The `ocaml` package is only a virtual package depending on one of `ocaml-base-compiler`, `ocaml-system`, etc. ; here it seems you have...

Doesn't the `[@@@warning "-32"]` attribute work for this purpose ?

I have examined this a bit, and it attempts to use `Lwt_unix.fork()` which just can't be made to work reliably (see e.g. https://github.com/ocsigen/lwt/issues/812 and there are others like it) ;...

That would be an easy change, but I am not sure how well it would fit the different use-cases (e.g. some users prefer to work by assignments, while others keep...

> FYI @yurug, we deployed the oauth-moodle branch this week, but we experienced one major issue: when many people connect (via Moodle or a password), the server seems to become...

I think ocamlformat is fine for new projects, but in this case I wonder if it is worth it to break all of the git history (by which I mean...

Looks like the automatic reindentation taking place at the wrong time, and messing up the cursor position before the character is inserted. It might be a bug in the indentation...

That would indeed be nice: you can at the moment test manually, or each wrong solution of each exercise, but integrating that into the build would be useful. Note that...

These could probably be added at learn-ocaml build time by just patching [src/grader/dune](https://github.com/ocaml-sf/learn-ocaml/blob/4e98d44c8e4647edef11560b630ca6699f55bc58/src/grader/dune#L72). As long as they are compatible with js_of_ocaml, of course.