fdopen / ppx_cstubs

preprocessor for easier stub generation with ocaml-ctypes
https://fdopen.github.io/ppx_cstubs/
Other
55 stars 5 forks source link

merlin setup broken since dune 2.8 #5

Closed fdopen closed 3 years ago

fdopen commented 3 years ago

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 )

fdopen commented 3 years ago

I have asked about it here

sidkshatriya commented 3 years ago

https://github.com/ocaml/merlin/issues/1262 has now been resolved due to merge of https://github.com/ocaml/dune/pull/4264 . Does this resolve this issue?

fdopen commented 3 years ago

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.