-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Rudi Grinberg <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule merlin
updated
21 files
+14 −2 | CHANGES.md | |
+2 −0 | src/frontend/ocamlmerlin/new/new_merlin.ml | |
+4 −1 | src/kernel/mbrowse.ml | |
+21 −0 | src/kernel/mconfig.ml | |
+65 −17 | src/kernel/mconfig_dot.ml | |
+8 −6 | src/kernel/mpipeline.ml | |
+17 −10 | src/kernel/mreader.ml | |
+1 −1 | src/kernel/mreader.mli | |
+20 −2 | src/ocaml/driver/pparse.ml | |
+2 −1 | src/ocaml/driver/pparse.mli | |
+2 −2 | src/ocaml/merlin_specific/browse_raw.ml | |
+4 −2 | src/ocaml/typing/printtyped.ml | |
+1 −0 | src/ocaml/typing/tast_iterator.ml | |
+1 −0 | src/ocaml/typing/tast_mapper.ml | |
+1 −1 | src/ocaml/typing/typecore.ml | |
+2 −1 | src/ocaml/typing/typedtree.ml | |
+8 −2 | src/ocaml/typing/typedtree.mli | |
+2 −1 | src/ocaml/typing/untypeast.ml | |
+7 −0 | src/ocaml/utils/warnings.ml | |
+13 −0 | tests/test-dirs/alerts.t/run.t | |
+40 −0 | tests/test-dirs/type-enclosing/merlin-hide.t |