Skip to content

4.6-413

Choose a tag to compare

@voodoos voodoos released this 01 Jul 09:36
· 1318 commits to main since this release
2f42229

CHANGES:

Fri Jul 1 12:51:42 CEST 2022

  • merlin binary
    • Type printing: use best_module_path for paths from Mty_alias (#1470)
    • Attempt at finding the 'real' capitalization of files on windows (#1462 by
      @mlasson)
    • Use newer Seq-based API of Yojson 2.0, avoiding the need for the
      deprecated Stream module (#1475 by @Leonidas-from-XIV)
    • unify parsing of MERLIN_LOG (#1480 by @ulugbekna)
    • Fix type deduplication in type-enclosing results (#1483, fixes #1477)
    • Ignore unknown configuration tags from dune configuration provider but not
      from dot-merlin-reader (#1486)
    • typing recovery: recover at the granularity of core_type (#1484)
  • editor modes
    • Fix merlin-locate-in-new-window is ignored (#1461 by @emturner,
      fixes #1460)
    • add method imenu items for emacs (#1481, @mndrix)
    • emacs: Make the prefix argument to merlin-locate optional, both for
      consistency with Emacs convention and for backwards compatibility. (#1476,
      @antalsz)
    • emacs: fix duplicated prefix path in imenu entries (#1495, @bcc32)