Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] merlin (4 packages) (5.4-503) and OCaml-LSP #27240

Merged
merged 4 commits into from
Jan 11, 2025

Conversation

voodoos
Copy link
Contributor

@voodoos voodoos commented Jan 10, 2025

Editor helper, provides completion, typing and source browsing in Vim and Emacs

CHANGES:

Fri Jan 10 17:55:42 CET 2025

OCAML-LSP CHANGES:
Features

CHANGES:

Fri Jan 10 17:55:42 CET 2025

  + merlin binary
    - Support for OCaml 5.3
    - Use new 5.3 features to improve locate behavior in some cases. Merlin no
      longer confuses uids from interfaces and implementations. (ocaml/merlin#1857)
    - Perform less merges in the indexer (ocaml/merlin#1881)
    - Add initial support for project-wide renaming: occurrences can now return
      all usages of all related definitions. (ocaml/merlin#1877)
  + vim plugin
    - Added support for search-by-type (ocaml/merlin#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.
@voodoos
Copy link
Contributor Author

voodoos commented Jan 10, 2025

Intent field content is being discussed here: ocaml/merlin#1879

CHANGES:

## Features

- Enable experimental project-wide renaming of identifiers (ocaml/ocaml-lsp#1431)
@voodoos voodoos changed the title [new release] merlin (4 packages) (5.4-503) [new release] merlin (4 packages) (5.4-503) and OCaml-LSP Jan 10, 2025
@voodoos voodoos force-pushed the release-merlin-v5.4-503 branch from 5b95472 to 6abac6c Compare January 10, 2025 18:06
@voodoos
Copy link
Contributor Author

voodoos commented Jan 11, 2025

Not sure what is causing the failure on the freebsd CI ?
It is the same than is: #27238

But I looked at the ppxlib release's CI and is passed apparently...

@avsm
Copy link
Member

avsm commented Jan 11, 2025

I think it's because of the system compiler there; we can let this one pass now.

@avsm avsm merged commit a7736d7 into ocaml:master Jan 11, 2025
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants