Skip to content

Commit

Permalink
Fix merlin submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypopp committed May 5, 2024
1 parent 994dffe commit 50ab4b2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
url = https://github.com/let-def/merlin-extend
[submodule "merlin"]
path = merlin
url = https://github.com/voodoos/merlin.git
url = https://github.com/ocaml/merlin.git
[submodule "ocaml"]
path = ocaml
url = https://github.com/ocaml/ocaml.git
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: init
init:
opam switch create . 5.1.0 --no-install -y
opam switch create . 5.1.1 --no-install -y
opam install . --deps-only -y
opam install menhir.20210419 ocamlformat ocaml-lsp-server -y

Expand Down
3 changes: 1 addition & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@
(name mlx))

(package
(name ocamlmerlin-mlx)
)
(name ocamlmerlin-mlx))
2 changes: 1 addition & 1 deletion merlin
Submodule merlin updated 121 files
7 changes: 5 additions & 2 deletions test/example/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
(executable
(name main))
(package mlx-example)
(public_name mlx-example)
(name main))

(cram (deps ./main.exe))
(cram
(deps ./main.exe))

0 comments on commit 50ab4b2

Please sign in to comment.