Results 147 comments of Louis Gesbert

You would probably want to remove the creation of the specific `ocaml-bootstrap` compiler package from `opamBundleMain.ml`, and its usage in `configure.sh`, and let opam use the normal `ocaml-system` package instead....

Indeed, you'd be welcome to use the indentation tests put in place for ocp-indent. There are two kinds: - unit tests (tuned to ocp-indent's specific and options) https://github.com/OCamlPro/ocp-indent/tree/master/tests - runs...

I'm counting on @samoht to make one once OPAM 1.1 is released, since I don't have a mac available. I'll work on a .deb meanwhile :)

I just filed a pull-request to the opam repository to add the version constraint. ocaml-top will need to be ported, though! Thanks for reporting.

@hhugo: What does `ocamlfind query lablgtk2.sourceview2` return ? Did you do anything special relative to your gtk / gtksourceview system installation ? Can you check that `opam list conf-gtksourceview` lists...

> 1/ Is this a problem? Can it be fixed? ocaml blocking would be a problem. GTK messages spamming the console aren't in general (new ones appear with every version...

This seems to only be the case on some setups; this needs more investigation, but doesn't seem to happen on most Windows installations. Any details appreciated if you can reproduce...

After some more investigation, it seems that this only happens on 16bpp desktops. So this is probably the seconnd bug mentionned above: https://bugzilla.gnome.org/show_bug.cgi?id=671538

It's probably a version mismatch. The opam package mentions `ocp-indent >= 1.4.1`, but newer versions might be problematic (in which case, we need to port or at least document the...

Sorry for replying so late. By default, `ocaml-top` will try to run `ocamlrun ocaml` -- which will only work with a bytecode version of the `ocaml` exec. Distributions apparently moved...