Commit 4dbf488
committed
[new release] merlin, merlin-lib and dot-merlin-reader (4.9-500)
CHANGES:
Fri May 26 15:23:42 CEST 2023
+ merlin binary
- Allow monadic IO in dot protocol (ocaml/merlin#1581)
- Add a `scope` option to the `occurrences` command in preparation for
the upcoming `project-wide-occurrences` feature (ocaml/merlin#1596)
- Construct bool-typed holes as `false` instead of `true` in the
`construct` command, for consistency (ocaml/merlin#1599).
- Add a hook to configure system command for spawning ppxes when Merlin is
used as a library. (ocaml/merlin#1585)
- Implement an all-or-nothing cache for the PPX phase (ocaml/merlin#1584)
- Cleanup functors caches when backtracking, to avoid memory leaks
(ocaml/merlin#1609, fixes ocaml/merlin#1529 and ocaml-lsp#1032)
- Fix `construct` results ordering for sum types sand poly variants (ocaml/merlin#1603)
- Fix object method completion not working (ocaml/merlin#1606, fixes ocaml/merlin#1575)
- Improve context detection for package types (ocaml/merlin#1608, fixes ocaml/merlin#1607)
- Fix incorrect locations for string literals (ocaml/merlin#1574)
- Fixed an issue that caused `errors` to erroneously alert about missing
`cmi` files (ocaml/merlin#1577)
- Prevent destruct from crashing on closed variant types (ocaml/merlin#1602,
fixes ocaml/merlin#1601)
- Improve longident parsing (ocaml/merlin#1612, fixes ocaml/merlin#945)
+ editor modes
- emacs: call the user's configured completion UI in
`merlin-construct` (ocaml/merlin#1598)
+ test suite
- Add missing dependency to a test using ppxlib (ocaml/merlin#1583)
- Add tests for the new PPX phase cache (ocaml/merlin#1584)
- Add and update tests for `construct` ordering (ocaml/merlin#1603)1 parent 93bb2e6 commit 4dbf488
3 files changed
+142
-0
lines changedLines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
0 commit comments