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
With .merlin files however, msource.foo.ml was processed like msource.ml (build_path, source_path, etc. are filled as expected and type hints, etc. are provided in the usual way.)
How do I get the old behavior back under the new setup?
The text was updated successfully, but these errors were encountered:
dune 2.8 no longer generate
.merlin
files. Files with unusual names are now not longer treated in the usual way, e.g:ocamlmerlin single dump-configuration -filename msource.foo.ml < /dev/null | jq
:With
.merlin
files however,msource.foo.ml
was processed likemsource.ml
(build_path, source_path, etc. are filled as expected and type hints, etc. are provided in the usual way.)How do I get the old behavior back under the new setup?
The text was updated successfully, but these errors were encountered: