Alexander Bantyev
Alexander Bantyev
Ok, thanks! I've got a VM with the right macOS version now, will fix
Hey! I can't seem to repro :( ``` $ git clone https://git.sr.ht/~jonsterling/ocaml-forester $ cd ocaml-forester $ git checkout e9bd3a5a784e8fe1a34928d85ef0188e3ea41947 HEAD is now at e9bd3a5 upgrade menhir $ nix build trace:...
Oh, are you running on Apple silicon (aarch64) or Intel (x86_64)?
At least when I wrote that template, you had to make sure that the `ocaml-lsp` executable is built with the same version of ocaml & mehnir as your codebase. The...
You also need to have an actual OCaml project in that directory as well, so that opam-nix has something to build. If you don't have any yet and want to...
I think it would be better addressed in documentation. You don't need much tooling besides some version of dune, and it doesn't make sense (at least to me) for `opam-nix`...
Thanks @snrubthinks , I'll address this in the docs
This is a weird one. The command that fails with that error is `dune subst`, which is called because dune automatically adds it to the generated `repro.opam` with `dev` condition....
There's a couple of similar issues in dune's bug tracker: https://github.com/ocaml/dune/issues/11200 https://github.com/ocaml/dune/issues/11290
Aha, there's actually this exact issue already reported as well: https://github.com/ocaml/dune/issues/11045 I think it makes sense to close this issue in favor of that one, do you agree?