[new release] merlin (5.1-502) and ocaml-index (1.0) and ocaml-lsp-server preview update #26114
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[new release] merlin (3 packages) (5.1-502)
CHANGES:
Tue Jun 18 12:00:42 CEST 2024
Merlin_lib.index_format
SOURCE_ROOT
that is used to resolve relative paths found in theindexes.
INDEX
that is used to declare the list of index files Merlin shoulduse when looking for occurrences.
UNIT_NAME
configuration directive that can be used to tell Merlinthe correct name of the current unit in the presence of wrapping (Add new
UNIT_NAME
configuration directive merlin#1776)merlin-lib.commands
: Add afind_command_opt
alternative tofind_command
that does not raise (Add afind_command_opt
alternative tofind_command
that does not raise merlin#1778)interface file (Do not return PWO for defs in the current interface file merlin#1781)
across re-typing (Reset the uid counter when restoring the typer's state merlin#1779)
constructor declaration (At origin occurrences merlin#1785)
[new release] ocaml-index (1.0)
CHANGES:
Added
aggregate
command that finishes reduction of shapes in cmt files andstore the output in a single index file.
stats
command that prints information about an index file.dump
command that prints all locs of an index.