Yann Régis Gianas
Yann Régis Gianas
> Yes, that's one option. However, book data is stored as Yaml+Markdown in the [data/books](https://github.com/ocaml/ocaml.org/tree/main/data/books) folder and Learn OCaml probably doesn't fit in the template. Changing the syntax or filing...
That makes sense to me too.
LGTM as the first cheap step to get good instructions.
Suggestion 1: At some point, we should inline the contents in the main repository to avoid spreading knowledge in several places.
Suggestion 2: The commands are mentioning a specific version of learnocaml.
(I can turn the suggestions into issues!)
Thank you, @fpottier!
I will push a patch to control timeout on a per-test basis. About tail recursion, I will check that we use the more recent version of js_of_ocaml. The optimization of...
A timeout value is hardly portable but I guess that you have no other way to control the amount of computational resources consumed by the program. To improve portability, you...
Did you `shellcheck` your shell scripts? I guess you should surround variables with double quotes to avoid surprises during expansion...