ocaml / merlin

Context sensitive completion for OCaml in Vim and Emacs
https://ocaml.github.io/merlin/
MIT License
1.59k stars 233 forks source link

Fix ignorace of `SOURCE_ROOT` directive #1838

Closed liam923 closed 2 months ago

liam923 commented 2 months ago

At the moment, the SOURCE_ROOT directive is not properly read from .merlin files. This PR fixes the issue by ensuring the dot_merlin_reader.ml passes on the directive.

liam923 commented 2 months ago

It seems I was looking at a stale version of main - this has already been fixed.

liam923 commented 2 months ago

It seems I got confused by a merge conflict and this was not actually fixed. I'll open a new PR.