Closed liam923 closed 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.
SOURCE_ROOT
.merlin
dot_merlin_reader.ml
It seems I was looking at a stale version of main - this has already been fixed.
main
It seems I got confused by a merge conflict and this was not actually fixed. I'll open a new PR.
At the moment, the
SOURCE_ROOT
directive is not properly read from.merlin
files. This PR fixes the issue by ensuring thedot_merlin_reader.ml
passes on the directive.