Releases: ocaml/merlin
Releases · ocaml/merlin
4.17.1-414
CHANGES:
Fri Sep 27 12:02:42 CEST 2024
- merlin binary
- A new
WRAPPING_PREFIXconfiguration directive that can be used to tell Merlin
what to append to the current unit name in the presence of wrapping (#1788) - Add
-unboxed-typesand-no-unboxed-typesas ocaml ignored flags (#1795, fixes #1794) - destruct: Refinement in the presence of optional arguments (#1800 #1807, fixes #1770)
- Implement new expand-node command for expanding PPX annotations (#1745)
- Implement new inlay-hints command for adding hints on a sourcetree (#1812)
- Add
signature-helpcommand (#1720) - Implement new search-by-type command for searching values by types (#1828)
- Fix dot-merlin-reader ignoring
SOURCE_ROOTandSTDLIBdirectives
(#1839, #1803)
- A new
- editor modes
- vim: fix python-3.12 syntax warnings in merlin.py (#1798)
- vim: Dead code / doc removal for previously deleted MerlinPhrase command (#1804)
- emacs: Improve the way that result of polarity search is displayed (#1814)
- emacs: Add
merlin-search-by-type,merlin-search-by-polarityand change the
behaviour ofmerlin-searchto switch betweenby-typeorby-polarity
depending on the query (#1828)
5.2-502
CHANGES:
Thu Sep 26 18:48:42 CEST 2024
- merlin binary
- A new
WRAPPING_PREFIXconfiguration directive that can be used to tell Merlin
what to append to the current unit name in the presence of wrapping (#1788) - Add
-unboxed-typesand-no-unboxed-typesas ocaml ignored flags (#1795, fixes #1794) - destruct: Refinement in the presence of optional arguments (#1800 #1807, fixes #1770)
- Implement new expand-node command for expanding PPX annotations (#1745)
- Implement new inlay-hints command for adding hints on a sourcetree (#1812)
- Implement new search-by-type command for searching values by types (#1828)
- Canonicalize paths in occurrences. This helps deduplicate the results and
show more user-friendly paths. (#1840) - Fix dot-merlin-reader ignoring
SOURCE_ROOTandSTDLIBdirectives
(#1839, #1803)
- A new
- editor modes
- vim: fix python-3.12 syntax warnings in merlin.py (#1798)
- vim: Dead code / doc removal for previously deleted MerlinPhrase command (#1804)
- emacs: Improve the way that result of polarity search is displayed (#1814)
- emacs: Add
merlin-search-by-type,merlin-search-by-polarityand change the
behaviour ofmerlin-searchto switch betweenby-typeorby-polarity
depending on the query (#1828)
4.17-501
CHANGES:
Thu Sep 26 18:48:42 CEST 2024
- merlin binary
- A new
WRAPPING_PREFIXconfiguration directive that can be used to tell Merlin
what to append to the current unit name in the presence of wrapping (#1788) - Add
-unboxed-typesand-no-unboxed-typesas ocaml ignored flags (#1795, fixes #1794) - destruct: Refinement in the presence of optional arguments (#1800 #1807, fixes #1770)
- Implement new expand-node command for expanding PPX annotations (#1745)
- Implement new inlay-hints command for adding hints on a sourcetree (#1812)
- Add
signature-helpcommand (#1720) - Implement new search-by-type command for searching values by types (#1828)
- Fix dot-merlin-reader ignoring
SOURCE_ROOTandSTDLIBdirectives
(#1839, #1803)
- A new
- editor modes
- vim: fix python-3.12 syntax warnings in merlin.py (#1798)
- vim: Dead code / doc removal for previously deleted MerlinPhrase command (#1804)
- emacs: Improve the way that result of polarity search is displayed (#1814)
- emacs: Add
merlin-search-by-type,merlin-search-by-polarityand change the
behaviour ofmerlin-searchto switch betweenby-typeorby-polarity
depending on the query (#1828)
4.17-414
CHANGES:
Thu Sep 26 18:48:42 CEST 2024
- merlin binary
- A new
WRAPPING_PREFIXconfiguration directive that can be used to tell Merlin
what to append to the current unit name in the presence of wrapping (#1788) - Add
-unboxed-typesand-no-unboxed-typesas ocaml ignored flags (#1795, fixes #1794) - destruct: Refinement in the presence of optional arguments (#1800 #1807, fixes #1770)
- Implement new expand-node command for expanding PPX annotations (#1745)
- Implement new inlay-hints command for adding hints on a sourcetree (#1812)
- Add
signature-helpcommand (#1720) - Implement new search-by-type command for searching values by types (#1828)
- Fix dot-merlin-reader ignoring
SOURCE_ROOTandSTDLIBdirectives
(#1839, #1803)
- A new
- editor modes
- vim: fix python-3.12 syntax warnings in merlin.py (#1798)
- vim: Dead code / doc removal for previously deleted MerlinPhrase command (#1804)
- emacs: Improve the way that result of polarity search is displayed (#1814)
- emacs: Add
merlin-search-by-type,merlin-search-by-polarityand change the
behaviour ofmerlin-searchto switch betweenby-typeorby-polarity
depending on the query (#1828)
5.1-502
CHANGES:
Tue Jun 18 12:00:42 CEST 2024
- merlin binary
- Support project-wide occurrences queries using index files (#1766)
- The file format is described in library
Merlin_lib.index_format - Two new configuration directives are introduced:
SOURCE_ROOTthat is used to resolve relative paths found in the
indexes.INDEXthat is used to declare the list of index files Merlin should
use when looking for occurrences.
- The file format is described in library
- A new
UNIT_NAMEconfiguration directive that can be used to tell Merlin
the correct name of the current unit in the presence of wrapping (#1776) - Perform incremental indexation of the buffer when typing. (#1777)
merlin-lib.commands: Add afind_command_opt`` alternative tofind_command` that does not raise (#1778)- Prevent uid clashes by not returning PWO for defs located in the current
interface file (#1781) - Reset uid counters when restoring the typer cache so that uids are stable
across re-typing (#1779) - Improve the behavior on occurrences when the cursor is on a label /
constructor declaration (#1785)
- Support project-wide occurrences queries using index files (#1766)
- editor modes
4.16-501
CHANGES:
Mon Jun 10 17:35:42 CEST 2024
4.16-414
CHANGES:
Mon Jun 10 17:35:42 CEST 2024
4.15-501
CHANGES:
May May 31 14:02:42 CET 2024
- merlin binary
- 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)
4.15-414
CHANGES:
Fri May 31 14:02:42 CEST 2024
- merlin binary
- 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)
5.0-502
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.commandslibrary which disassociates the
execution of commands from thenew_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_decltable in 5.2's cmt files to get documentation.
(#1773)