Nicolás Ojeda Bär
Nicolás Ojeda Bär
Coming back to this PR, without having gone through the details, it seems like a good simplification from a distance. @dra27 what's the story for backwards comatibility? Are we going...
I can do a review of the code changes, if there is agreement on the general direction.
> Since we don't support foreign stubs with bytecode What do you mean by that? I think C stubs work just fine in bytecode; they are built into a shared...
> That was the impression I got from trying to reproduce [#108](https://github.com/ocaml/dune/issues/108). There are recurring issues that users report regarding bytecode + C stubs which are due to the fact...
Thanks for the ping. I will take a look, but it may take me a few days to get to it.
Thanks for the explanation @dra27!
> For e-readers, I guess smaller pages with shorter lines would work better... Indeed. Something nice that the folks behind the book "Homotopy Type Theory" did (see https://homotopytypetheory.org/book) is to...
> I expect people to prefer the `'\u{...}'` format, but it seemed interesting to open with a reminder that we could use `'U+2207'` directly. I agree with @dbuenzli that using...
This is trivial to achieve simply by adding an empty `my_lib.ml`. Not sure a special mode brings anything to the table. Note that you would still need to do something...
Dear @agoujot, thanks for the bug report! I was able to reproduce both of your issues. I tried a quick fix over at https://github.com/ocaml/graphics/compare/master...nojb:graphics:fix_win32 You may want to try it...