Skip to content

4.11-501

Compare
Choose a tag to compare
@voodoos voodoos released this 21 Sep 15:34
· 961 commits to main since this release
e5c8e5f

CHANGES:

Thu Sep 24 18:01:42 CEST 2023

  • merlin binary
    • Add support for OCaml 5.1
    • Improve error messages for missing configuration reader (#1669)
    • Fix regression causing crash when using ppxes under Windows (#1673)
    • Fix confusion between aliased modules and module types (#1676,
      fixes #1667)
    • Ignore hidden branches when listing occurrences (#1677, fixes #1671)
  • editor modes
    • emacs: fix/improve keybindings (#1668, fixes #1386):
      Unbind C-c C-r (to avoid shadowing tuareg-eval-region)
      and bind C-c C-v instead to merlin-error-check;
      rebind C-c C-d to merlin-document
      and bind C-c M-d and C-c | instead to merlin-destruct;
      bind C-u C-c C-t to merlin-type-expr.
      See also #1386 (comment)
    • emacs: remove use of obsolete defadvice macro (#1675)