Skip to content
New issue

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

Also generate mli files #1244

Open
samoht opened this issue Oct 19, 2021 · 2 comments
Open

Also generate mli files #1244

samoht opened this issue Oct 19, 2021 · 2 comments
Assignees

Comments

@samoht
Copy link
Member

samoht commented Oct 19, 2021

We should try to generate mli files when possible to avoid this kind of warnings for generated code:

File "applications/crypto/key_gen.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
@dinosaure
Copy link
Member

We can use ocamlopt -i but I'm not sure that dune allows us to do that.

@samoht
Copy link
Member Author

samoht commented Mar 23, 2022

This is clearly not blocking the 4.0 release (and maybe we should disable warning in the generated dune file).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants