Cuihtlauac Alvarado
Cuihtlauac Alvarado
I'll have a try with paths. How can I reproduce your nix break?
I think it would be a great addition. Do you already have such a document in the compiler's repo?
I'd rather copy your doc in either Learn/Platform or Learn/Guides, mostly unchanged. Maybe with added cross-linking (to remember about the duplication). It would be less maintenance. Regarding images, we're not...
That's the document title that needs to change. The introduction also needs to be updated. The “grand scheme” is to use Dune every where, but in this tutorial, the title...
> @cuihtlauac Should we add something else to this tutorial or can it be merged? @sabine, @christinerose and I just reviewed it. I need to update the rest of the...
@sabine, here are the edits: https://github.com/ocaml/ocaml.org/tree/dune-watch
Not sure if it is already known. `ocaml-lsp-server` is stuck with 1.3.2: ``` (omd (and (>= 1.3.2) (< 2.0.0~alpha1))) ``` It's using `Omd.to_markdown` in doc_to_md.ml I believe this is problematic.
Because `ocaml-lsp-server` requires `omd < 2` it is not possible to have it installed in the same opam switch as packages requiring `omd >= 2`. Being forced to choose between...
You're right. Unfortunately, a number of projects have decided not to wait and are relying on 2.0 features, they probably had good reasons too.
Maybe an upstream issue: * https://github.com/mirage/ocaml-uri/issues/167 * https://github.com/aantron/dream/blob/master/src/pure/formats.ml#L168