Skip to content

5.0-502

Compare
Choose a tag to compare
@voodoos voodoos released this 17 May 17:59

CHANGES:

Fri May 17 19:59:42 CET 2024

  • merlin binary
    • Support for OCaml 5.2 (#1757)
    • destruct: Removal of residual patterns (#1737, fixes #1560)
    • Do not erase fields' names when destructing punned record fields (#1734,
      fixes #1661)
    • Ignore SIGPIPE in the Merlin server process (#1746)
    • Fix lexing of quoted strings in comments (#1754, fixes #1753)
    • Improve cursor position detection in longidents (#1756)
    • Addition of a merlin-lib.commands library which disassociates the
      execution of commands from the new_protocol, from the binary, allowing
      it to be invoked from other projects (#1758)
    • New occurrences backend: Don't index occurrences when merlin.hide
      attribute is present. (#1768)
    • Use the new uid_to_decl table in 5.2's cmt files to get documentation.
      (#1773)