Skip to content

Releases: ocaml/merlin

4.13-500

18 Dec 16:30
0fe8dd9
Compare
Choose a tag to compare

CHANGES:

Mon Dec 18 16:42:00 CET 2023

  • merlin binary
    • Fix a follow-up issue to the preference of non-ghost nodes introduced in #1660 (#1690, fixes #1689)
    • Add -cache-lifespan flag, that sets cache invalidation period. (#1698,
      #1705)
    • Fix Merlin locate not fallbacking on the correct file in case of ambiguity
      (@goldfirere, #1699)
    • Fix Merlin reporting errors provoked by the recovery itself (#1709, fixes
      #1704)
  • editor modes
    • vim: load merlin when Vim is compiled with +python3/dyn (e.g. MacVim)
    • emacs: highlight only first error line by default (#1693, fixes #1663)

4.13.1-501

01 Dec 13:50
3dd2198
Compare
Choose a tag to compare

CHANGES:

Fri Dec 1 15:00:42 CET 2023

  • merlin binary
    • Fix a follow-up issue to the preference of non-ghost nodes introduced in #1660 (#1690, fixes #1689)
    • Add -cache-lifespan flag, that sets cache invalidation period. (#1698,
      #1705)
    • Ignore the new 5.1 cmi-file flag instead of rejecting it (#1710, fixes
      #1703)
    • Fix Merlin locate not fallbacking on the correct file in case of ambiguity
      (@goldfirere, #1699)
    • Fix Merlin reporting errors provoked by the recovery itself (#1709, fixes
      #1704)
    • Add support for OCaml 5.1.1 (#1714)
  • editor modes
    • vim: load merlin when Vim is compiled with +python3/dyn (e.g. MacVim)
    • emacs: highlight only first error line by default (#1693, fixes #1663)

4.13-501

01 Dec 13:43
db7ea8b
Compare
Choose a tag to compare

CHANGES:

Fri Dec 1 15:00:42 CET 2023

  • merlin binary
    • Fix a follow-up issue to the preference of non-ghost nodes introduced in #1660 (#1690, fixes #1689)
    • Add -cache-lifespan flag, that sets cache invalidation period. (#1698,
      #1705)
    • Ignore the new 5.1 cmi-file flag instead of rejecting it (#1710, fixes
      #1703)
    • Fix Merlin locate not fallbacking on the correct file in case of ambiguity
      (@goldfirere, #1699)
    • Fix Merlin reporting errors provoked by the recovery itself (#1709, fixes
      #1704)
  • editor modes
    • vim: load merlin when Vim is compiled with +python3/dyn (e.g. MacVim)
    • emacs: highlight only first error line by default (#1693, fixes #1663)

4.13-414

01 Dec 13:37
Compare
Choose a tag to compare

CHANGES:

Fri Dec 1 15:00:42 CET 2023

  • merlin binary
    • Fix a follow-up issue to the preference of non-ghost nodes introduced in #1660 (#1690, fixes #1689)
    • Add -cache-lifespan flag, that sets cache invalidation period. (#1698,
      #1705)
    • Fix Merlin locate not fallbacking on the correct file in case of ambiguity
      (@goldfirere, #1699)
    • Fix Merlin reporting errors provoked by the recovery itself (#1709, fixes
      #1704)
  • editor modes
    • vim: load merlin when Vim is compiled with +python3/dyn (e.g. MacVim)
    • emacs: highlight only first error line by default (#1693, fixes #1663)

4.12-501

26 Sep 16:02
Compare
Choose a tag to compare

CHANGES:

Tue Sep 26 17:45:42 CEST 2023

4.12-500

26 Sep 15:58
Compare
Choose a tag to compare

CHANGES:

Tue Sep 26 17:45:42 CEST 2023

4.12-414

26 Sep 15:58
Compare
Choose a tag to compare

CHANGES:

Tue Sep 26 17:45:42 CEST 2023

4.11-501

21 Sep 15:34
e5c8e5f
Compare
Choose a tag to compare

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)

4.11-500

21 Sep 15:22
95fdafe
Compare
Choose a tag to compare

CHANGES:

Thu Sep 24 18:01:42 CEST 2023

  • merlin binary
    • 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)

4.11-414

21 Sep 15:19
Compare
Choose a tag to compare

CHANGES:

Thu Sep 24 18:01:42 CEST 2023

  • merlin binary
    • 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)