|
| 1 | +merlin 3.3.4 |
| 2 | +============ |
| 3 | +Tue Apr 14 15:25:05 CEST 2020 |
| 4 | + |
| 5 | + + ocaml support |
| 6 | + - full support from OCaml 4.02 to OCaml 4.10 (#1117, #1127) |
| 7 | + - fix desynchronized cache (#1120) |
| 8 | + - short path for OCaml 4.09 and OCaml 4.10 (#1082, #1117) |
| 9 | + - catch and test environment initialization errors (#1083, #1130) |
| 10 | + - restore type levels after recovery (#1092) |
| 11 | + + merlin binary |
| 12 | + - fix syntax errors in 4.08 and 4.09 (#1081) |
| 13 | + - complete-prefix command accepts -kind option to filter results (#1071) |
| 14 | + - code cleanup (#1093, #1079, #1112) |
| 15 | + - better handling of expression and pattern extra nodes during browse tree |
| 16 | + traversal (#1091, #1121) |
| 17 | + - improve context detection (e.g. appropriate namespace for lookup) for |
| 18 | + various queries (#1104, #1110) |
| 19 | + - add stdlib to locate source path (#1085) |
| 20 | + + editor modes |
| 21 | + - vim: tweak heuristic to select python version (#1111) |
| 22 | + - emacs: marlin/call |
| 23 | + - lsp: move server to its own repository (#1069), |
| 24 | + https://github.com/ocaml/ocaml-lsp |
| 25 | + + test suite |
| 26 | + - dune rules for the test suite are now generated, deterministic and |
| 27 | + can be run individually (#1068, #1070, #1072) |
| 28 | + - fix incorrect command-line arguments in tests (#1073) |
| 29 | + - better coverage of frontend features (#1075, #1078, #1088, #1089, #1126) |
| 30 | + |
| 31 | +Build no longer relies on implicit transitive_deps (#1065). |
| 32 | + |
1 | 33 | merlin 3.3.4~4.10preview1 |
2 | 34 | ========================= |
3 | 35 | Mon Mar 2 14:26:32 CET 2020 |
@@ -44,7 +76,7 @@ Mon Jul 15 11:10:35 CEST 2019 |
44 | 76 |
|
45 | 77 | + backend |
46 | 78 | - `**` globbing in .merlin won't look into hidden directories |
47 | | - (starting with a '.') (by Daniel Bünzl, #990) |
| 79 | + (starting with a '.') (by Daniel Bünzli, #990) |
48 | 80 | - fallback to "/dev/null" configuration for findlib |
49 | 81 | - better 4.08 support: |
50 | 82 | + support for letop (let+, and+, ...) (#986) |
|
0 commit comments