forked from ocaml/ocaml-lsp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule merlin
updated
13 files
+2 −2 | src/kernel/dune | |
+70 −9 | src/kernel/mconfig_dot.ml | |
+2 −2 | src/ocaml/preprocess/410/parser_raw.ml | |
+17 −3 | src/ocaml/utils/misc.ml | |
+1 −0 | src/platform/dune | |
+4 −0 | src/platform/os_ipc.ml | |
+24 −0 | src/platform/platform_misc.c | |
+8 −2 | src/utils/menhirLib.ml | |
+1 −1 | src/utils/menhirLib.mli | |
+17 −0 | tests/dune.inc | |
+1 −0 | tests/test-dirs/config/symlinks.t/real/dune-project | |
+0 −0 | tests/test-dirs/config/symlinks.t/real/main.ml | |
+44 −0 | tests/test-dirs/config/symlinks.t/run.t |