Results 508 comments of hhugo

Wouldn't that create circle deps between omp and reason?

Note that you can pass both source files and ast files with `--impl`. I don't think there is any support for reading stdin at the moment.

It should not affect dead code elimination.

This PR requires a new release of jsoo so that `js_of_ocaml link` can understand the `-a` flag. We'll need to add some check to know if the flag is accepted.

> I see. I think I discussed doing something like this with @nojb as well to speed up native/bytecode builds and dead code elimination was the sour point as to...

I see. If you wanted to not produce cma files and pass cmos directly, you could implement the "dead code" logic in dune directly. It's not very difficult (jsoo does...

> I see. If you wanted to not produce cma files and pass cmos directly, you could implement the "dead code" logic in dune directly. It's not very difficult (jsoo...

> > It's actually more complicated for dune as you need to be able to deal with arbitrary compiler version. > > How come? Wouldn't this knowledge come from ocamlep?...

How would one disable the behavior if needed?

``` $ ocamlfind query lablgtk2.sourceview2 ocamlfind: Package `lablgtk2.sourceview2' not found $ opam list conf-gtksourceview No packages found. 'opam list conf-gtksourceview' failed. $ opam list gtksourceview Installed packages for 4.00.1: gtksourceview...