Merlin 4.15 for OCaml 4.14 and 5.1
We are pleased to announce the release of Merlin 4.15-414
and 4.15-501
.
These releases bring a handful of bug fixes and improvements, notably to the
destruct
feature, that were already released for OCaml 5.2 in Merlin 5.0-502.
See full changelog
- merlin binary
- destruct: Removal of residual patterns (ocaml/merlin#1737, fixes ocaml/merlin#1560)
- Do not erase fields' names when destructing punned record fields (ocaml/merlin#1734, fixes ocaml/merlin#1661)
- Ignore SIGPIPE in the Merlin server process (ocaml/merlin#1746)
- Fix lexing of quoted strings in comments (ocaml/merlin#1754, fixes ocaml/merlin#1753)
- Improve cursor position detection in longidents (ocaml/merlin#1756)