We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A few modules of the Stdlib are copied from the otherlibs folder. Here are, for example, the rules for Unix:
Stdlib
otherlibs
Unix
https://github.com/ocaml-flambda/flambda-backend/blob/4e08295381a98ca7a267e639e202f7058dcf4558/ocaml/otherlibs/unix/dune#L44-L62
There are a few things that prevent Merlin to find the information it needs:
cmt
(unixLabels.mli as unix/unixLabel.mli)
Similar changes should also be made to the other libraries that are copied to the stdlib folder.
stdlib
cc @ddickstein
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A few modules of the
Stdlib
are copied from theotherlibs
folder. Here are, for example, the rules forUnix
:https://github.com/ocaml-flambda/flambda-backend/blob/4e08295381a98ca7a267e639e202f7058dcf4558/ocaml/otherlibs/unix/dune#L44-L62
There are a few things that prevent Merlin to find the information it needs:
cmt
files are not copied, these are critical for Merlin functionality (jump-to-definition and document)(unixLabels.mli as unix/unixLabel.mli)
: it should be plural everywhereSimilar changes should also be made to the other libraries that are copied to the
stdlib
folder.cc @ddickstein
The text was updated successfully, but these errors were encountered: