merlin icon indicating copy to clipboard operation
merlin copied to clipboard

Take advantage of new compiler features

Open voodoos opened this issue 3 months ago • 0 comments

This is an issue to keep track of the work that remain to be done on Merlin to take advantages of recent compiler features:

In 5.4:

  • [ ] https://github.com/ocaml/ocaml/pull/13302 and https://github.com/ocaml/ocaml/pull/13848 we could use it to provide correct occurrences and renaming of modules appearing in paths (and possibly other related features)

Unreleased:

In 5.5:

  • [ ] https://github.com/ocaml/ocaml/pull/14120 this should finally enable us to provide correct renaming even in functors bodies.

voodoos avatar Nov 20 '25 11:11 voodoos