Skip to content

4.19-414

Compare
Choose a tag to compare
@voodoos voodoos released this 23 Jun 08:07
· 621 commits to main since this release
de2dc6f

CHANGES:

Mon Jun 23 10:10:42 CEST 2024

  • merlin library
    • Expose utilities to manipulate typed-holes in Merlin_analysis.Typed_hole
      (#1888)
    • inlay-hints fix inlay hints on function parameters (#1923)
    • Handle class type in outline (#1932)
    • Handle locally defined value in outline (#1936)
  • vim plugin
    • Added support for search-by-type (#1846)
      This is exposed through the existing :MerlinSearch command, that
      switches between search-by-type and polarity search depending on the
      first character of the query.