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

release of merlin 5.3-402 and 4.18-414 #2893

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions data/changelog/merlin/2024-23-12-merlin-5.3.502-and-4.18.414.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Merlin 5.3-502 for OCaml 5.2 and 4.18-414 for OCaml 5.1 and 4.14
PizieDust marked this conversation as resolved.
Show resolved Hide resolved
tags: [merlin, platform]
changelog: |
+ merlin binary

- Respect the EXCLUDE_QUERY_DIR configuration directive when looking for cmt files [#1854](https://github.com/ocaml/merlin/pull/1854)
- Fix exception in polarity search ([#1858](https://github.com/ocaml/merlin/pull/1858) fixes [#1113](https://github.com/ocaml/merlin/issues/1113))
- Fix type-enclosing results instability. This reverts some overly aggressive deduplication that should be done on the client side. [#1864](https://github.com/ocaml/merlin/pull/1864)

+ only in 5.3-502
- Fix occurrences bug in which relative paths in index files are resolved against the PWD rather than the SOURCE_ROOT [#1855](https://github.com/ocaml/merlin/pull/1855)
- Fix `jump to fun` targets not working ([#1863](https://github.com/ocaml/merlin/pull/1863), fixes [#1862](https://github.com/ocaml/merlin/issues/1862))
- Fix occurrences not working when the definition comes from a hidden source file [#1865](https://github.com/ocaml/merlin/pull/1865)
PizieDust marked this conversation as resolved.
Show resolved Hide resolved

---

This release introduces **Merlin 5.3-502**, compatible with OCaml 5.2, and **4.18-414**, compatible with OCaml 5.1 and 4.14. Key updates include `EXCLUDE_QUERY_DIR` for better file management, resolving exceptions in polarity search,
PizieDust marked this conversation as resolved.
Show resolved Hide resolved
and stabilizing type-enclosing results. For users of 5.3-502, additional enhancements address path resolution issues, improve `jump to fun` functionality, and ensure proper handling of occurrences for hidden source files.
PizieDust marked this conversation as resolved.
Show resolved Hide resolved
Loading