Alex Oksenenko
Alex Oksenenko
@voodoos thanks for reply! Please let me know if i can provide any additional details. The project builds and runs just fine: ``` ~/code/ocaml_playground_2 via 🐫 v5.1.0 (5.1.0) took 16s...
The first one produces ``` ❯ ls _build/default/bin/.merlin-conf exe-main ``` I updated the second command a bit to find what you want (i think, the dir is called `.main.eobjs/`): ```...
Hm, I ran `dune build @check` and it fails with the same error. The contents of the `byte` directory: ``` ❯ ls _build/default/bin/.main.eobjs/byte dune__exe__Main.cmi dune__exe__Main.cmo dune__exe__Main.cmt dune__exe__Main.cmti ```
Awesome, thanks! JFYI it happens not only with `core`, for instance i had the same issue with `cohttp` modules.