You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dune 2.8+ doesn't generate '.merlin' files any longer.
And merlin only calls ppx preprocessors for normal *.ml files, not for the *.c.ml files (see also #3 )
The text was updated successfully, but these errors were encountered:
Yes the originally issue is solved.
It seems to work now with merlin/emacs and on Visual Studio. However, I don't know how to test this in an automated way.
dune 2.8+ doesn't generate '.merlin' files any longer.
And merlin only calls ppx preprocessors for normal
*.ml
files, not for the*.c.ml
files (see also #3 )The text was updated successfully, but these errors were encountered: