Nicolás Ojeda Bär

Results 260 comments of Nicolás Ojeda Bär

Defining dummy libraries using `enable_if` and using `select` to select the right implementation seems strictly more complicated than directly choosing the right implementation with the aid of a helper program;...

> @nojb I don't think your suggestion would work since dune would only try to generate the implementation once and then use it to build both bytecode and native versions....

Note: I haven't had time to go over @dra27's review yet, I will try to do so shortly...

Not very well thought out. Closing.

> I managed to sign up and get permissioned for the ocaml project, but there's no "Build with parameters" at https://ci.inria.fr/ocaml/job/precheck/, like it says in the instructions -- maybe they...

> Thanks! If I'm reading that right, it looks like it was successful Yes, that's correct (the only supported architecture that is not tested in the `precheck` is RISC-V which...

I haven't looked at the PR in detail, but both @stedolan and @alainfrisch were in favor of merging and precheck has passed, so let's merge. Do you want to keep...

Sorry for the naïve question, but is there a roadmap that is being followed here? Right now, I get the feeling that these preliminary steps (single Makefile, out-of-tree compilation, etc)...